From 1503143cedc964e481dc0c22ba38667f408a0956 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Mon, 30 Mar 2020 23:48:32 +0200 Subject: [PATCH] Do not validate certs in the first check --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 1fad4b9..267bc7f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -65,6 +65,7 @@ url: https://{{ collabora_virtual_host }} return_content: yes timeout: 600 + validate_certs: no register: url_check delegate_to: localhost