forked from ansible-lockdown/RHEL9-CIS
updated environment options
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
33cfc54a5e
commit
627f6e291d
3 changed files with 12 additions and 0 deletions
|
|
@ -86,6 +86,9 @@
|
|||
|
||||
- name: "Pre Audit | Run pre_remediation {{ benchmark }} audit"
|
||||
shell: "{{ audit_conf_dir }}/run_audit.sh -v {{ audit_vars_path }} -o {{ pre_audit_outfile }} -g {{ group_names }}"
|
||||
Environment: "{{ audit_run_script_environment|default({}) }}"
|
||||
changed_when: audit_run_pre_remediation.rc == 0
|
||||
register: audit_run_pre_remediation
|
||||
args:
|
||||
warn: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue