4
0
Fork 0

Replacing vars according to Audit needs

Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
Ionut Pruteanu 2023-12-05 19:51:38 +02:00
parent 8405e67db2
commit b6f1703cfc
No known key found for this signature in database
GPG key ID: 95B7D43B702B3569

View file

@ -32,8 +32,8 @@
when:
- audit_content == 'copy'
ansible.builtin.copy:
src: "{{ audit_local_copy }}"
dest: "{{ audit_conf_dest }}"
src: "{{ audit_conf_copy }}"
dest: "{{ audit_conf_dir }}"
mode: preserve
- name: Pre Audit Setup | Unarchive audit content files on server