Add delegate_to each task

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito 2022-03-12 21:22:49 +09:00
parent 6421b000f7
commit d1814d1d4a

View file

@ -33,6 +33,7 @@
with_items: with_items:
- foo.txt - foo.txt
- bar.txt - bar.txt
delegate_to: '{{ inventory_hostname }}'
- name: synchronize file to new filename - name: synchronize file to new filename
synchronize: synchronize: