mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
TEST
This commit is contained in:
parent
cc5b970040
commit
34d06077f7
1 changed files with 2 additions and 2 deletions
|
|
@ -34,11 +34,11 @@
|
||||||
- foo.txt
|
- foo.txt
|
||||||
- bar.txt
|
- bar.txt
|
||||||
|
|
||||||
- name copy synchronize 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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue