forked from ansible-lockdown/RHEL9-CIS
updated var name to remove capital
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
fc2e153ce9
commit
9bbf5b7a81
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ rhel9cis_level_1: true
|
|||
rhel9cis_level_2: true
|
||||
|
||||
# Create managed not custom local_facts files
|
||||
Create_benchmark_facts: true
|
||||
create_benchmark_facts: true
|
||||
ansible_facts_path: /etc/ansible/facts.d
|
||||
## Section 1.6 - Mandatory Access Control
|
||||
# This variable governs whether SELinux is disabled or not. If SELinux is NOT DISABLED by setting
|
||||
|
|
|
|||
|
|
@ -214,7 +214,7 @@
|
|||
file: post_remediation_audit.yml
|
||||
|
||||
- name: Add ansible file showing Benchmark and levels applied
|
||||
when: Create_benchmark_facts
|
||||
when: create_benchmark_facts
|
||||
tags:
|
||||
- always
|
||||
- benchmark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue