We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50cf884 + bde51ca commit f80e871Copy full SHA for f80e871
1 file changed
tasks/LE_audit_setup.yml
@@ -10,7 +10,7 @@
10
- name: Pre Audit Setup | Set audit package name | ARM64
11
ansible.builtin.set_fact:
12
audit_pkg_arch_name: ARM64
13
- when: ansible_facts.machine == "arm64"
+ when: ansible_facts.machine == "aarch64"
14
15
- name: Pre Audit Setup | Download audit binary
16
ansible.builtin.get_url:
0 commit comments