From f6ea11ab5c0ecc8311d1a8bf9b43b527f06b2f33 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sat, 12 Mar 2022 23:05:47 +0900 Subject: [PATCH] TEST --- tests/integration/targets/synchronize/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/targets/synchronize/tasks/main.yml b/tests/integration/targets/synchronize/tasks/main.yml index 664969b..945f43b 100644 --- a/tests/integration/targets/synchronize/tasks/main.yml +++ b/tests/integration/targets/synchronize/tasks/main.yml @@ -38,7 +38,6 @@ copy: src: "{{ output_dir }}/foo.txt" dest: "{{ output_dir }}/foo.result" - delegate_to: '{{ inventory_hostname }}' #- name: synchronize file to new filename # synchronize: