diff --git a/tasks/main.yml b/tasks/main.yml index a2a3230..21a3f78 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -83,6 +83,7 @@ - name: "Test whether Jitsi is healthy from the outside" become: false + check_mode: no uri: url: https://{{ jitsi_virtual_host }} return_content: yes