mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
Merge pull request #24 from ansible-lockdown/devel
May 2025 devel to latest alignment
This commit is contained in:
commit
2c35f64f38
3 changed files with 13 additions and 13 deletions
|
|
@ -33,7 +33,7 @@
|
|||
when: audit_format == "documentation"
|
||||
block:
|
||||
- name: Post Audit | Capture audit data if documentation format
|
||||
ansible.builtin.shell: tail -2 "{{ pre_audit_outfile }}" | tac | tr '\n' ' '
|
||||
ansible.builtin.shell: tail -2 "{{ post_audit_outfile }}" | tac | tr '\n' ' '
|
||||
changed_when: false
|
||||
register: post_audit_summary
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue