Fix deprecation warning

This commit is contained in:
2021-10-19 16:30:22 +13:00
parent ed0fc10161
commit 718f31bd59

View File

@@ -25,7 +25,7 @@
command: /usr/sbin/semodule -i /tmp/checkmk-agent-autoupgrade.pp command: /usr/sbin/semodule -i /tmp/checkmk-agent-autoupgrade.pp
when: cmk_mod_installed is not defined when: cmk_mod_installed is not defined
notify: remove selinux policy file notify: remove selinux policy file
when: ansible_selinux when: ansible_selinux|bool
tags: selinux-pre tags: selinux-pre
- name: Gather facts of packages - name: Gather facts of packages