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