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"
|
||||
|
||||
- name: "Test whether the service is healthy from the public internet"
|
||||
when: not ansible_check_mode
|
||||
become: false
|
||||
uri:
|
||||
url: https://{{ onlyoffice_virtual_host }}
|
||||
|
|
Loading…
Add table
Reference in a new issue