removed notauto var as not used

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-04-01 16:41:05 +01:00
parent a7403f860f
commit 2565df6047
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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 }}