Do not run a health check against the service while in check mode
This commit is contained in:
parent
7618dc9400
commit
3a644bda7c
1 changed files with 1 additions and 1 deletions
|
@ -82,8 +82,8 @@
|
||||||
- "output.ansible_facts['web']['jitsi_web_1'].state.running"
|
- "output.ansible_facts['web']['jitsi_web_1'].state.running"
|
||||||
|
|
||||||
- name: "Test whether Jitsi is healthy from the outside"
|
- name: "Test whether Jitsi is healthy from the outside"
|
||||||
|
when: not ansible_check_mode
|
||||||
become: false
|
become: false
|
||||||
check_mode: no
|
|
||||||
uri:
|
uri:
|
||||||
url: https://{{ jitsi_virtual_host }}
|
url: https://{{ jitsi_virtual_host }}
|
||||||
return_content: yes
|
return_content: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue