Do not run a health check against the service while in check mode
This commit is contained in:
parent
54cc25004b
commit
1b14ef309e
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
||||||
|
|
||||||
- name: "Test whether cryptpad is healthy from the outside"
|
- name: "Test whether cryptpad is healthy from the outside"
|
||||||
become: false
|
become: false
|
||||||
|
check_mode: no
|
||||||
uri:
|
uri:
|
||||||
url: "{{ cryptpad_http_unsafe_origin_url }}"
|
url: "{{ cryptpad_http_unsafe_origin_url }}"
|
||||||
return_content: yes
|
return_content: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue