diff --git a/tasks/main.yml b/tasks/main.yml index 0b013c6..6d44c2b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -71,6 +71,7 @@ - name: "Test whether cryptpad is healthy from the outside" become: false + check_mode: no uri: url: "{{ cryptpad_http_unsafe_origin_url }}" return_content: yes