mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
TEST
This commit is contained in:
parent
f173b139ad
commit
cc5b970040
1 changed files with 6 additions and 0 deletions
|
|
@ -34,6 +34,12 @@
|
||||||
- foo.txt
|
- foo.txt
|
||||||
- bar.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
|
#- name: synchronize file to new filename
|
||||||
# synchronize:
|
# synchronize:
|
||||||
# src: "{{ output_dir }}/foo.txt"
|
# src: "{{ output_dir }}/foo.txt"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue