fix: use fqcn for seport module
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-09-29 14:15:58 +02:00
parent 8858e7c47a
commit 04a6cad03e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
---
collections:
- name: community.general
- name: https://gitea.rknet.org/ansible/xoxys.general
type: git
version: main

View File

@ -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"