diff --git a/tasks/main.yml b/tasks/main.yml index ecbb999..9d246c5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -127,8 +127,8 @@ chdir: /home/{{ docker_user }}/nextcloud/ - name: "Test whether Nextcloud is healthy from the outside" + when: not ansible_check_mode become: false - check_mode: no uri: url: "{{ nextcloud_overwrite_cli_url }}/login" return_content: yes