forked from ansible-lockdown/RHEL9-CIS
addition of audit_only config
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
8784941179
commit
23a4386e95
5 changed files with 103 additions and 49 deletions
|
|
@ -23,7 +23,7 @@
|
|||
when:
|
||||
- get_audit_binary_method == 'download'
|
||||
|
||||
- name: Pre Audit Setup | copy audit binary
|
||||
- name: Pre Audit Setup | Copy audit binary
|
||||
ansible.builtin.copy:
|
||||
src: "{{ audit_bin_copy_location }}"
|
||||
dest: "{{ audit_bin }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue