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

@ -35,7 +35,7 @@
- audit_format == "documentation"
block:
- name: Post Audit | Capture audit data if documentation format
ansible.builtin.shell: "tail -2 /opt/audit_ubuntu2204-CIS-UBUNTU22_1720624848.documentation"
ansible.builtin.shell: tail -2 "{{ post_audit_outfile }}" | tac | tr '\n' ' '
register: post_audit_summary
changed_when: false