Do not run a health check against the service while in check mode
This commit is contained in:
parent
11e8db9a38
commit
cb047cacbd
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
- "output.ansible_facts['onlyoffice-document-server']['onlyoffice-document-server'].state.running"
|
- "output.ansible_facts['onlyoffice-document-server']['onlyoffice-document-server'].state.running"
|
||||||
|
|
||||||
- name: "Test whether the service is healthy from the public internet"
|
- name: "Test whether the service is healthy from the public internet"
|
||||||
|
when: not ansible_check_mode
|
||||||
become: false
|
become: false
|
||||||
uri:
|
uri:
|
||||||
url: https://{{ onlyoffice_virtual_host }}
|
url: https://{{ onlyoffice_virtual_host }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue