Skip to content

Commit

Permalink
fix arch name to match ansible provided arch
Browse files Browse the repository at this point in the history
  • Loading branch information
arousseau-coveo committed Jan 17, 2025
1 parent 151e200 commit f6a476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/auditd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
group: root
mode: "0640"
vars:
supported_syscalls: "{{ lookup('file', 'syscalls/table/syscalls-' + ansible_architecture , errors='ignore') | default(lookup('file', 'syscalls/table/syscalls-all') }}"
supported_syscalls: "{{ lookup('file', 'syscalls/table/syscalls-' + ansible_architecture , errors='ignore') }}"
register: discovered_audit_rules_updated
notify:
- Auditd rules reload
Expand Down

0 comments on commit f6a476b

Please sign in to comment.