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

This commit is contained in:
Jan Beilicke 2020-11-26 22:21:17 +00:00
parent 7618dc9400
commit 3a644bda7c

View file

@ -82,8 +82,8 @@
- "output.ansible_facts['web']['jitsi_web_1'].state.running"
- name: "Test whether Jitsi is healthy from the outside"
when: not ansible_check_mode
become: false
check_mode: no
uri:
url: https://{{ jitsi_virtual_host }}
return_content: yes