From 76bd789291bddd5fe8b068103cdba9ed5f042eb0 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sat, 12 Mar 2022 19:50:52 +0900 Subject: [PATCH] Exclude "synchronize file to new filename" task and assertion Signed-off-by: Hideki Saito --- .../targets/synchronize/tasks/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/integration/targets/synchronize/tasks/main.yml b/tests/integration/targets/synchronize/tasks/main.yml index fb332b3..476d80c 100644 --- a/tests/integration/targets/synchronize/tasks/main.yml +++ b/tests/integration/targets/synchronize/tasks/main.yml @@ -36,14 +36,14 @@ # - 'sync_result.msg.endswith(''+ foo.txt # # '')' -- name: test that the file was really copied over - stat: - path: '{{ output_dir }}/foo.result' - register: stat_result -- assert: - that: - - stat_result.stat.exists == True - - stat_result.stat.checksum == '2aae6c35c94fcfb415dbe95f408b9ce91ee846ed' +#- name: test that the file was really copied over +# stat: +# path: '{{ output_dir }}/foo.result' +# register: stat_result +#- assert: +# that: +# - stat_result.stat.exists == True +# - stat_result.stat.checksum == '2aae6c35c94fcfb415dbe95f408b9ce91ee846ed' - name: test that the file is not copied a second time synchronize: