From d1814d1d4ab9970cb3876c8fc0606549e0946338 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sat, 12 Mar 2022 21:22:49 +0900 Subject: [PATCH] Add delegate_to each task Signed-off-by: Hideki Saito --- tests/integration/targets/synchronize/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/synchronize/tasks/main.yml b/tests/integration/targets/synchronize/tasks/main.yml index 2725193..50cf330 100644 --- a/tests/integration/targets/synchronize/tasks/main.yml +++ b/tests/integration/targets/synchronize/tasks/main.yml @@ -33,6 +33,7 @@ with_items: - foo.txt - bar.txt + delegate_to: '{{ inventory_hostname }}' - name: synchronize file to new filename synchronize: