This commit is contained in:
Hideki Saito 2022-03-12 22:51:05 +09:00
parent f173b139ad
commit cc5b970040

View file

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