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

This commit is contained in:
Jan Beilicke 2020-11-26 21:15:15 +00:00
parent 811cdb6a81
commit 7618dc9400

View file

@ -83,6 +83,7 @@
- name: "Test whether Jitsi is healthy from the outside"
become: false
check_mode: no
uri:
url: https://{{ jitsi_virtual_host }}
return_content: yes