From 34d06077f7cb5d9806b3317d2478b51b85ef99f4 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sat, 12 Mar 2022 22:58:25 +0900 Subject: [PATCH] TEST --- tests/integration/targets/synchronize/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: