You've already forked ansible-role-checkmk-agent
fix: Use FQ Name for UFW
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user