You've already forked ansible-role-checkmk-agent
Don't restart xinetd as not installed in RHEL9
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
name: xinetd
|
name: xinetd
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: true
|
enabled: true
|
||||||
|
when: 'ansible_os_family != "RedHat" and ansible_os_distribution_major_version != "9"'
|
||||||
- name: cmk fresh install
|
- name: cmk fresh install
|
||||||
set_fact:
|
set_fact:
|
||||||
cmk_fresh_install: true
|
cmk_fresh_install: true
|
||||||
|
|||||||
Reference in New Issue
Block a user