From d89996471874f46d42c3fe42d9ff26962792ab45 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 19 Oct 2021 16:17:06 +1300 Subject: [PATCH] Updated module name --- tasks/RedHat.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/RedHat.yml b/tasks/RedHat.yml index ead51df..80817c4 100644 --- a/tasks/RedHat.yml +++ b/tasks/RedHat.yml @@ -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