From 6f8101f49e4e36eec99e6e35371370fcb9c5778f Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sun, 13 Mar 2022 01:02:34 +0900 Subject: [PATCH] TEST --- tests/integration/targets/synchronize/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/targets/synchronize/tasks/main.yml b/tests/integration/targets/synchronize/tasks/main.yml index 739016f..4df067b 100644 --- a/tests/integration/targets/synchronize/tasks/main.yml +++ b/tests/integration/targets/synchronize/tasks/main.yml @@ -27,7 +27,7 @@ debug: msg: "{{ ansible_facts.virtualization_type }}" - - name: Check '{{ output_dir }}' value +- name: Check '{{ output_dir }}' value debug: msg: "{{ output_dir }}" @@ -43,6 +43,7 @@ src: "{{ output_dir }}/foo.txt" dest: "{{ output_dir }}/foo.result" + #- name: synchronize file to new filename # synchronize: # src: "{{ output_dir }}/foo.txt"