4
0
Fork 0

Updated audit steps and added ARM support

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-08-13 08:25:10 +01:00
parent 671ba154e7
commit 5f94f60e69
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9
4 changed files with 9 additions and 10 deletions

View file

@ -105,7 +105,7 @@
- audit_format == "documentation"
block:
- name: Pre Audit | Capture audit data if documentation format
ansible.builtin.shell: tail -2 "{{ pre_audit_outfile }}" | tac | tr '\n' ' '
ansible.builtin.shell: tail -2 "{{ pre_audit_outfile }}" | tac | tr '\n' ' '
register: pre_audit_summary
changed_when: false