fix missing facts

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-03-05 18:15:07 +00:00
parent 4f7fde331f
commit 794cf162ae
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -5,12 +5,12 @@
- name: Pre Audit Setup | Set audit package name | 64bit - name: Pre Audit Setup | Set audit package name | 64bit
ansible.builtin.set_fact: ansible.builtin.set_fact:
audit_pkg_arch_name: AMD64 audit_pkg_arch_name: AMD64
when: ansible_machine == "x86_64" when: ansible_facts.machine == "x86_64"
- name: Pre Audit Setup | Set audit package name | ARM64 - name: Pre Audit Setup | Set audit package name | ARM64
ansible.builtin.set_fact: ansible.builtin.set_fact:
audit_pkg_arch_name: ARM64 audit_pkg_arch_name: ARM64
when: ansible_machine == "arm64" when: ansible_facts.machine == "arm64"
- name: Pre Audit Setup | Download audit binary - name: Pre Audit Setup | Download audit binary
ansible.builtin.get_url: ansible.builtin.get_url: