From 7618dc940004f930f282395c22f6e885ba17c25a Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Thu, 26 Nov 2020 21:15:15 +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 a2a3230..21a3f78 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -83,6 +83,7 @@ - name: "Test whether Jitsi is healthy from the outside" become: false + check_mode: no uri: url: https://{{ jitsi_virtual_host }} return_content: yes