From a9df5eb9128470245c21d24b8155fd255a7b86f8 Mon Sep 17 00:00:00 2001 From: Shawn Hardwick Date: Wed, 5 Feb 2025 12:06:02 -0500 Subject: [PATCH] Set a default variable value for control_1_3_1_4_was_run; if only level1-server tasks are executed, this variable is never set and tasks fail Signed-off-by: Shawn Hardwick --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index 54d7aac..79c677c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -651,6 +651,7 @@ ubtu24cis_tmp_svc: false # The following variables are related to the set of rules from section 1.6.1.x ## Controls 1.3.1.3 and 1.3.1.4 Ensure all AppArmor Profiles are in enforce (1.3.1.3/4) or complain (1.3.1.3) mode +control_1_3_1_4_was_run: false # This variable disables the implementation of rules 1.3.1.3 and 1.3.1.4 # regarding enforcing profiles or putting them in complain mode