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

This commit is contained in:
Jan Beilicke 2020-11-26 22:21:44 +00:00
parent 1b14ef309e
commit bd13064bb9

View file

@ -70,8 +70,8 @@
# - "output.ansible_facts['cryptpad-app']['cryptpad-app'].state.running"
- name: "Test whether cryptpad is healthy from the outside"
when: not ansible_check_mode
become: false
check_mode: no
uri:
url: "{{ cryptpad_http_unsafe_origin_url }}"
return_content: yes