diff --git a/tasks/main.yml b/tasks/main.yml index 7ec98e2..ecbb999 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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