From 70809e4bbb470020b7fc83016ebb7fe28c5d00b4 Mon Sep 17 00:00:00 2001 From: Dan D Date: Thu, 4 Jan 2024 20:35:45 -0800 Subject: [PATCH] fix prelim check to check for AIDE install rule and updates rule Signed-off-by: Dan D --- tasks/prelim.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/prelim.yml b/tasks/prelim.yml index e1a9eeda..64f727f5 100644 --- a/tasks/prelim.yml +++ b/tasks/prelim.yml @@ -51,11 +51,11 @@ ansible.builtin.package: update_cache: true when: - - ubtu20cis_rule_1_3_1 or - ubtu20cis_rule_1_9 + - ubtu20cis_rule_1_2_1 or + ubtu20cis_rule_1_3_1 tags: - rule_1.3.1 - - rule_1.9 + - rule_1.2.1 - always - name: "PRELIM | Check for autofs service"