From fa3218f224456d39508807b58e878e7e7523f1d3 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 18 Jan 2022 13:16:39 +0000 Subject: [PATCH] logic on auditd task Signed-off-by: Mark Bolwell --- tasks/post.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/post.yml b/tasks/post.yml index c5f225f..973e22d 100644 --- a/tasks/post.yml +++ b/tasks/post.yml @@ -38,6 +38,7 @@ changed_when: true check_mode: false when: + - "'auditd' in ansible_facts.packages" - rhel9cis_rule_4_1_3 or rhel9cis_rule_4_1_4 or rhel9cis_rule_4_1_5 or