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