Skip to content

Commit f80e871

Browse files
authored
Merge pull request #213 from ansible-lockdown/audit_arm64
2 parents 50cf884 + bde51ca commit f80e871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/LE_audit_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- name: Pre Audit Setup | Set audit package name | ARM64
1111
ansible.builtin.set_fact:
1212
audit_pkg_arch_name: ARM64
13-
when: ansible_facts.machine == "arm64"
13+
when: ansible_facts.machine == "aarch64"
1414

1515
- name: Pre Audit Setup | Download audit binary
1616
ansible.builtin.get_url:

0 commit comments

Comments
 (0)