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

This commit is contained in:
Jan Beilicke 2020-11-26 21:23:28 +00:00
parent 33fcd73c5e
commit bf944c0579

View file

@ -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