Skip to content

Commit

Permalink
Merge pull request #139 from ansible-lockdown/audit_arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSteve81 authored Mar 8, 2024
2 parents 664b32e + c46d1e6 commit eb0843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/LE_audit_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb0843b

Please sign in to comment.