mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Change src dest dir to a fixed value
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
42f5d30ab0
commit
fb42b9e7b9
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@
|
|||
|
||||
- name: synchronize file to new filename
|
||||
synchronize:
|
||||
src: '{{output_dir}}/foo.txt'
|
||||
dest: '{{output_dir}}/foo.result'
|
||||
src: '/root/ansible_collections/ansible/posix/tests/output/.tmp/output_dir/foo.txt'
|
||||
dest: ''/root/ansible_collections/ansible/posix/tests/output/.tmp/output_dir/foo.result'
|
||||
register: sync_result
|
||||
delegate_to: '{{ inventory_hostname }}'
|
||||
#- assert:
|
||||
|
|
|
|||
Loading…
Reference in a new issue