From 810d0e639f6ed100b6f5ebc163f00ddb04a3601d Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 23 Sep 2024 09:33:57 +0100 Subject: [PATCH] updated typo for gui default Signed-off-by: Mark Bolwell --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 5b1b81c..e3dc9b5 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -524,7 +524,7 @@ rhel9cis_selinux_enforce: enforcing ## Control 1.8.1-10 # This variable governs whether rules dealing with GUI specific packages(and/or their settings) # Discovered value can be overridden to true is required -rhel9stig_gui: "{{ prelim_gnome_present.stat.exists | default(false) }}" +rhel9cis_gui: "{{ prelim_gnome_present.stat.exists | default(false) }}" ## Section 2. Services