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:
Hideki Saito 2021-09-28 22:34:45 +09:00
parent b09750ca7f
commit 146ba73588

View file

@ -9,6 +9,8 @@
with_items: with_items:
- foo.txt - foo.txt
- bar.txt - bar.txt
- stat:
path: "{{ output_dir }}"
- name: synchronize file to new filename - name: synchronize file to new filename
synchronize: src={{output_dir}}/foo.txt dest={{output_dir}}/foo.result synchronize: src={{output_dir}}/foo.txt dest={{output_dir}}/foo.result
register: sync_result register: sync_result