Update to 2024-07-22 23:00

This commit is contained in:
Daniel Berteaud
2024-07-22 23:00:11 +02:00
parent f5421b17f0
commit cd302033bd
112 changed files with 15413 additions and 340 deletions

View File

@@ -1,5 +1,15 @@
---
# Detect jicofo version, if already installed
- block:
- import_tasks: ../includes/webapps_set_install_mode.yml
vars:
- root_dir: "{{ jitsi_root_dir }}"
- version: "{{ jitsi_videobridge_version }}"
- version_file: ansible_videobridge_version
- set_fact: jitsi_videobridge_install_mode={{ install_mode }}
tags: jitsi
- name: Generate a random pass for videobridge
block:
- import_tasks: ../includes/get_rand_pass.yml
@@ -9,7 +19,3 @@
when: jitsi_videobridge_xmpp_pass is not defined
tags: jitsi
- name: Check if videobridge is built
stat: path={{ jitsi_root_dir }}/videobridge/jvb.sh
register: jitsi_videobridge_script
tags: jitsi