diff --git a/tasks/main.yml b/tasks/main.yml index 392bd87..8dafd47 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -90,12 +90,11 @@ validate_certs: no register: url_check delegate_to: localhost + until: "'Jitsi Meet' in url_check.content" + retries: 5 + delay: 10 tags: health -- fail: - msg: 'Jitsi homepage is not available!' - when: "'<title>Jitsi Meet' not in url_check.content" - - name: "Config: Set channelLastN" lineinfile: path: /home/{{ docker_user }}/jitsi/conf/web/config.js