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

This commit is contained in:
Jan Beilicke 2020-11-26 21:25:38 +00:00
parent 54cc25004b
commit 1b14ef309e

View file

@ -71,6 +71,7 @@
- name: "Test whether cryptpad is healthy from the outside"
become: false
check_mode: no
uri:
url: "{{ cryptpad_http_unsafe_origin_url }}"
return_content: yes