mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
added changed_when to fix false warning errors
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
d2de2783a8
commit
379b184554
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ audit_output_destination }}"
|
dest: "{{ audit_output_destination }}"
|
||||||
flat: true
|
flat: true
|
||||||
|
changed_when: true
|
||||||
failed_when: false
|
failed_when: false
|
||||||
register: discovered_audit_fetch_state
|
register: discovered_audit_fetch_state
|
||||||
loop:
|
loop:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue