Do not run a health check against the service while in check mode
This commit is contained in:
parent
208499b374
commit
af01d986d1
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
||||||
|
|
||||||
- name: "Test whether Collabora is healthy from the public internet"
|
- name: "Test whether Collabora is healthy from the public internet"
|
||||||
become: false
|
become: false
|
||||||
|
check_mode: no
|
||||||
uri:
|
uri:
|
||||||
url: https://{{ collabora_virtual_host }}
|
url: https://{{ collabora_virtual_host }}
|
||||||
return_content: yes
|
return_content: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue