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