From af01d986d16e24b464b11146871600aed96bf331 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Thu, 26 Nov 2020 21:28:06 +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 7e7e577..4990153 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -54,6 +54,7 @@ - name: "Test whether Collabora is healthy from the public internet" become: false + check_mode: no uri: url: https://{{ collabora_virtual_host }} return_content: yes