mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 14:43:06 +00:00
updated audit and arm64 audit support
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
383d2d410c
commit
e510607fb6
2 changed files with 4 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
- name: Pre Audit Setup | Set audit package name | ARM64
|
||||
ansible.builtin.set_fact:
|
||||
audit_pkg_arch_name: ARM64
|
||||
when: ansible_facts.machine == "arm64"
|
||||
when: ansible_facts.machine == "aarch64"
|
||||
|
||||
- name: Pre Audit Setup | Download audit binary
|
||||
ansible.builtin.get_url:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue