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
|
||||
state: restarted
|
||||
enabled: true
|
||||
when: 'ansible_os_family != "RedHat" and ansible_os_distribution_major_version != "9"'
|
||||
- name: cmk fresh install
|
||||
set_fact:
|
||||
cmk_fresh_install: true
|
||||
|
||||
Reference in New Issue
Block a user