Skip to content

Commit

Permalink
added aarch64 to pre audit setup conditions
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Rousseau <[email protected]>
  • Loading branch information
arousseau-coveo committed Jan 23, 2025
1 parent cbcee90 commit baa4027
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 @@ -8,7 +8,7 @@
audit_pkg_arch_name: AMD64

- name: Pre Audit Setup | Set audit package name | ARM64
when: ansible_facts.machine == "arm64"
when: (ansible_facts.machine == "arm64" or ansible_facts.machine == "aarch64")
ansible.builtin.set_fact:
audit_pkg_arch_name: ARM64

Expand Down

0 comments on commit baa4027

Please sign in to comment.