Don't fail if firewalld not active

This commit is contained in:
2021-10-19 16:28:47 +13:00
parent d899964718
commit ed0fc10161
2 changed files with 7 additions and 0 deletions

View File

@@ -16,8 +16,14 @@
state: enabled
permanent: yes
immediate: yes
ignore_errors: true
- name: remove agent
file:
path: /tmp/check-mk-agent.rpm
state: absent
- name: remove selinux policy file
file:
path: /tmp/checkmk-agent-autoupgrade.pp
state: absent