fix: Use FQ Name for UFW
Some checks failed
CI / lint (push) Failing after 12s
CI / Molecule Test (almalinux8) (push) Has been skipped
CI / Molecule Test (almalinux9) (push) Has been skipped
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2024-06-01 20:03:34 +12:00
parent efb8569ef9
commit a6f7d24fa1
2 changed files with 8 additions and 1 deletions

View File

@@ -6,11 +6,13 @@
state: present
notify: restart xinetd
when: ansible_distribution_major_version != '9'
- name: Start xinetd
service:
name: xinetd
state: started
when: ansible_distribution_major_version != '9'
- name: Fix SeLinux Auto-Updates
when: ansible_selinux|bool
tags: selinux-pre