From 5a584e3ad79da913987cf2f5250596b0ddd64996 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 13 Mar 2023 10:20:02 +0000 Subject: [PATCH] updated audit template Signed-off-by: Mark Bolwell --- templates/ansible_vars_goss.yml.j2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/ansible_vars_goss.yml.j2 b/templates/ansible_vars_goss.yml.j2 index caa87ce..8749fc1 100644 --- a/templates/ansible_vars_goss.yml.j2 +++ b/templates/ansible_vars_goss.yml.j2 @@ -508,7 +508,4 @@ rhel9cis_pass: warn_age: {{ rhel9cis_pass['warn_age'] }} ## 5.3.7 set sugroup if differs from wheel -rhel9cis_sugroup: {% if rhel9cis_sugroup is undefined %}wheel{% else %}{{ rhel9cis_sugroup }}{% endif %} - -## 5.3.7 sugroup users list -rhel9cis_sugroup_users: {{ rhel9cis_sugroup_users }} +rhel9cis_sugroup: {{ rhel9cis_sugroup }}