From 7850afb55f6ab4a7e4388c331a7b614c2fbedf32 Mon Sep 17 00:00:00 2001 From: layluke Date: Thu, 3 Oct 2024 17:34:14 -0400 Subject: [PATCH] Force notify even when package is present for aide Signed-off-by: layluke --- tasks/Cat2/RHEL-09-65xxxx.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/Cat2/RHEL-09-65xxxx.yml b/tasks/Cat2/RHEL-09-65xxxx.yml index f0469cc..f665a0d 100644 --- a/tasks/Cat2/RHEL-09-65xxxx.yml +++ b/tasks/Cat2/RHEL-09-65xxxx.yml @@ -17,6 +17,7 @@ - NIST800-53R4_SI-6 - aide notify: Build_aide_db + changed_when: true ansible.builtin.package: name: aide state: present