mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Enable "synchronize file to new filename" task
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
a8e8737436
commit
705dfd8488
1 changed files with 5 additions and 5 deletions
|
|
@ -34,11 +34,11 @@
|
||||||
- foo.txt
|
- foo.txt
|
||||||
- bar.txt
|
- bar.txt
|
||||||
|
|
||||||
#- name: synchronize file to new filename
|
- name: synchronize file to new filename
|
||||||
# synchronize:
|
synchronize:
|
||||||
# src: '{{output_dir}}/foo.txt'
|
src: '{{output_dir}}/foo.txt'
|
||||||
# dest: '{{output_dir}}/foo.result'
|
dest: '{{output_dir}}/foo.result'
|
||||||
# register: sync_result
|
register: sync_result
|
||||||
# delegate_to: '{{ inventory_hostname }}'
|
# delegate_to: '{{ inventory_hostname }}'
|
||||||
#- assert:
|
#- assert:
|
||||||
# that:
|
# that:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue