mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
TEST
This commit is contained in:
parent
fb42b9e7b9
commit
d9137b4248
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: '/root/ansible_collections/ansible/posix/tests/output/.tmp/output_dir/foo.txt'
|
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'
|
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