forked from ansible-lockdown/RHEL9-CIS
fixed typo
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
669f535225
commit
dc7da70b61
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ audit_git_version: "benchmark_{{ benchmark_version }}"
|
|||
# Where the goss configs and outputs are stored
|
||||
audit_out_dir: '/opt'
|
||||
# Where the goss audit configuration will be stored
|
||||
audit_conf_dir: "{{ audit_out_dir }}/{{ benchmark }}_Audit"
|
||||
audit_conf_dir: "{{ audit_out_dir }}/{{ benchmark }}-Audit"
|
||||
|
||||
# If changed these can affect other products
|
||||
pre_audit_outfile: "{{ audit_out_dir }}/{{ ansible_facts.hostname }}-{{ benchmark }}-{{ benchmark_version }}_pre_scan_{{ ansible_facts.date_time.epoch }}.{{ audit_format }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue