diff --git a/tests/integration/targets/synchronize/tasks/main.yml b/tests/integration/targets/synchronize/tasks/main.yml index cfbe8ea..7c6d63c 100644 --- a/tests/integration/targets/synchronize/tasks/main.yml +++ b/tests/integration/targets/synchronize/tasks/main.yml @@ -34,6 +34,12 @@ - foo.txt - bar.txt +- name copy synchronize file to new filename + copy: + src: "{{ output_dir }}/foo.txt" + dest: "{{ output_dir }}/foo.result" + delegate_to: '{{ inventory_hostname }}' + #- name: synchronize file to new filename # synchronize: # src: "{{ output_dir }}/foo.txt"