From 03270719f619fcc2501ee52e0373e767b9d102cb Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sat, 12 Mar 2022 23:01:18 +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 b7d754e..664969b 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 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: