4
0
Fork 0

updated var name to remove capital

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-04-01 08:08:28 +01:00
parent fc2e153ce9
commit 9bbf5b7a81
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9
2 changed files with 2 additions and 2 deletions

View file

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

View file

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