From bf944c05790c260f875c84f477347917c565def5 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Thu, 26 Nov 2020 21:23:28 +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 7ec98e2..ecbb999 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -128,6 +128,7 @@ - name: "Test whether Nextcloud is healthy from the outside" become: false + check_mode: no uri: url: "{{ nextcloud_overwrite_cli_url }}/login" return_content: yes