Do not run a health check against the service while in check mode
This commit is contained in:
parent
1b14ef309e
commit
bd13064bb9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue