mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Add delegate_to to "synchronize file to new filename" task
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
705dfd8488
commit
6421b000f7
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
src: '{{output_dir}}/foo.txt'
|
||||
dest: '{{output_dir}}/foo.result'
|
||||
register: sync_result
|
||||
# delegate_to: '{{ inventory_hostname }}'
|
||||
delegate_to: '{{ inventory_hostname }}'
|
||||
#- assert:
|
||||
# that:
|
||||
# - '''changed'' in sync_result'
|
||||
|
|
|
|||
Loading…
Reference in a new issue