This commit is contained in:
Hideki Saito 2022-03-12 23:01:18 +09:00
parent 34d06077f7
commit 03270719f6

View file

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