From ea4ba1e4e0c568c2c2fe70ef62c2aaaf5514211f Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sun, 13 Mar 2022 02:05:37 +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 b90b350..c5dce2e 100644 --- a/tests/integration/targets/synchronize/tasks/main.yml +++ b/tests/integration/targets/synchronize/tasks/main.yml @@ -46,8 +46,8 @@ - 'sync_result.msg.endswith(''+ foo.txt '')' - when: - - ansible_facts.virtualization_type != 'docker' + when: + - ansible_facts.virtualization_type != 'docker' #- block: # - name: test that the file was really copied over