mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +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
|
- name: synchronize file to new filename
|
||||||
synchronize:
|
synchronize:
|
||||||
src: '{{output_dir}}/foo.txt'
|
src: '/root/ansible_collections/ansible/posix/tests/output/.tmp/output_dir/foo.txt'
|
||||||
dest: '{{output_dir}}/foo.result'
|
dest: ''/root/ansible_collections/ansible/posix/tests/output/.tmp/output_dir/foo.result'
|
||||||
register: sync_result
|
register: sync_result
|
||||||
delegate_to: '{{ inventory_hostname }}'
|
delegate_to: '{{ inventory_hostname }}'
|
||||||
#- assert:
|
#- assert:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue