From 2565df604754aef20df4ba6bbb0773e936f86b46 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 1 Apr 2022 16:41:05 +0100 Subject: [PATCH] removed notauto var as not used Signed-off-by: Mark Bolwell --- defaults/main.yml | 1 - templates/ansible_vars_goss.yml.j2 | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index d60f34a..9777816 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -10,7 +10,6 @@ system_is_ec2: false # Run the OS validation check os_check: true -rhel9cis_notauto: false rhel9cis_section1: true rhel9cis_section2: true rhel9cis_section3: true diff --git a/templates/ansible_vars_goss.yml.j2 b/templates/ansible_vars_goss.yml.j2 index babc8d6..cc0c7bd 100644 --- a/templates/ansible_vars_goss.yml.j2 +++ b/templates/ansible_vars_goss.yml.j2 @@ -9,8 +9,7 @@ rhel9cis_os_distribution: {{ ansible_distribution | lower }} # timeout for each command to run where set - default = 10seconds/10000ms timeout_ms: {{ audit_cmd_timeout }} -# Taken from LE rhel9-cis -rhel9cis_notauto: {{ rhel9cis_notauto }} +# Taken from LE rhel8-cis rhel9cis_section1: {{ rhel9cis_section1 }} rhel9cis_section2: {{ rhel9cis_section2 }} rhel9cis_section3: {{ rhel9cis_section3 }}