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

This commit is contained in:
Jan Beilicke 2020-11-26 22:19:18 +00:00
parent 11e8db9a38
commit cb047cacbd

View file

@ -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 }}