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