mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Do Not Merge - this is for testing for synchronize module integration test on devel
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
b09750ca7f
commit
146ba73588
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
with_items:
|
||||
- foo.txt
|
||||
- bar.txt
|
||||
- stat:
|
||||
path: "{{ output_dir }}"
|
||||
- name: synchronize file to new filename
|
||||
synchronize: src={{output_dir}}/foo.txt dest={{output_dir}}/foo.result
|
||||
register: sync_result
|
||||
|
|
|
|||
Loading…
Reference in a new issue