Merge pull request #131 from siemens/siemens/feat/replacingVarAuditCopyPath

Replacing vars according to Audit needs
This commit is contained in:
uk-bolly 2024-02-19 11:53:01 +00:00 committed by GitHub
commit 3313a1f2c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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