4
0
Fork 0

fixed typo

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

View file

@ -86,7 +86,7 @@
- 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({}) }}"
environment: "{{ audit_run_script_environment|default({}) }}"
changed_when: audit_run_pre_remediation.rc == 0
register: audit_run_pre_remediation
args: