From 1b14ef309ee48b479bb1ddaa00e28914043619f3 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Thu, 26 Nov 2020 21:25:38 +0000 Subject: [PATCH] Do not run a health check against the service while in check mode --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 0b013c6..6d44c2b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -71,6 +71,7 @@ - name: "Test whether cryptpad is healthy from the outside" become: false + check_mode: no uri: url: "{{ cryptpad_http_unsafe_origin_url }}" return_content: yes