fix: use fqcn for seport module
This commit is contained in:
parent
8858e7c47a
commit
04a6cad03e
@ -1,5 +1,6 @@
|
||||
---
|
||||
collections:
|
||||
- name: community.general
|
||||
- name: https://gitea.rknet.org/ansible/xoxys.general
|
||||
type: git
|
||||
version: main
|
||||
|
@ -43,7 +43,7 @@
|
||||
when: ('crypto-policies' in ansible_facts.packages)
|
||||
|
||||
- name: Ensure seport matches sshd config
|
||||
seport:
|
||||
community.general.seport:
|
||||
ports: "{{ sshd_port }}"
|
||||
proto: "tcp"
|
||||
setype: "ssh_port_t"
|
||||
|
Loading…
Reference in New Issue
Block a user