Skip to content

Commit bde51ca

Browse files
committed
fixed test for the arm64 conditional
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
1 parent 50cf884 commit bde51ca

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)