Updated module name

This commit is contained in:
2021-10-19 16:17:06 +13:00
parent 2e719ccc9b
commit d899964718

View File

@@ -11,10 +11,11 @@
- name: list installed selinux modules
command: /usr/sbin/semodule -l
register: installed_mods
- name:
- name: check_mk_mod_installed
set_fact:
cmk_mod_installed: True
when: '"check-mk-agent-self-update" in installed_mods.stdout'
when: '"checkmk-agent-autoupgrade" in installed_mods.stdout'
- name: copy file
copy:
src: files/checkmk-agent-autoupgrade.pp