4
0
Fork 0

addition of audit_only config

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-11-21 09:49:36 +00:00
parent 8784941179
commit 23a4386e95
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
5 changed files with 103 additions and 49 deletions

View file

@ -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 }}"