This commit is contained in:
Hideki Saito 2022-03-12 22:58:25 +09:00
parent cc5b970040
commit 34d06077f7

View file

@ -34,11 +34,11 @@
- foo.txt
- bar.txt
- name copy synchronize file to new filename
- name copy file to new filename
copy:
src: "{{ output_dir }}/foo.txt"
dest: "{{ output_dir }}/foo.result"
delegate_to: '{{ inventory_hostname }}'
# delegate_to: '{{ inventory_hostname }}'
#- name: synchronize file to new filename
# synchronize: