diff --git a/tasks/main.yml b/tasks/main.yml index e819186..99497bd 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -67,20 +67,6 @@ that: - "output.ansible_facts['web']['jitsi_web_1'].state.running" -- name: "Waiting for Jitsi container to become available" - become: false - wait_for: - host: localhost - port: "{{ jitsi_exposed_http_port }}" - -- name: "Config: Set channelLastN" - lineinfile: - path: /home/{{ docker_user }}/jitsi/conf/web/config.js - regexp: '(\s*)channelLastN:\s*[^,]+,' - line: '\1channelLastN: {{jitsi_web_channel_last_n|default("-1")}},' - backrefs: yes - tags: config - - name: "Test whether Jitsi is healthy from the outside" become: false uri: @@ -95,3 +81,12 @@ - fail: msg: 'Jitsi homepage is not available!' when: "'