mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
added changed_when to resolve false warning message
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
908ac57db7
commit
515d5c3bf7
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