Do not run a health check against the service while in check mode

This commit is contained in:
Jan Beilicke 2020-11-26 21:28:06 +00:00
parent 208499b374
commit af01d986d1

View file

@ -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