Do not validate certs in the first check

This commit is contained in:
Jan Beilicke 2020-03-30 23:48:32 +02:00
parent 7aa44854ae
commit 1503143ced

View file

@ -65,6 +65,7 @@
url: https://{{ collabora_virtual_host }} url: https://{{ collabora_virtual_host }}
return_content: yes return_content: yes
timeout: 600 timeout: 600
validate_certs: no
register: url_check register: url_check
delegate_to: localhost delegate_to: localhost