4
0
Fork 0

updated environment options

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-05-03 10:22:00 +01:00
parent 33cfc54a5e
commit 627f6e291d
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
3 changed files with 12 additions and 0 deletions

View file

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