From f2bf4c252a739252f89d6cd1cd864b0b5dae031e Mon Sep 17 00:00:00 2001 From: PrymalInstynct Date: Mon, 16 Sep 2024 11:19:00 -0600 Subject: [PATCH] Updated based on PR recommendation Signed-off-by: PrymalInstynct --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index d87bff3..486275b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -598,7 +598,7 @@ rhel_09_653120: true ### CONTROLS ## Grahical/Gnome interface required -rhel9stig_gui: "{{ rhel_09_gnome_present | default(false) }}" +rhel9stig_gui: "{{ rhel_09_gnome_present.stat.exists | default(false) }}" ## SSHD rhel9stig_sshd_config_file: /etc/ssh/sshd_config