From 855c986f3160aca0c7f44dbc710f62d55e027152 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 31 Oct 2023 08:34:35 +0200 Subject: [PATCH] Upgrade Jitsi (v8960-1 -> v8960-3) and pass jitsi_user_username explicitly It would work even without explicitly passing `jitsi_user_username` as auto-detection logic will run. Passing it explicitly spares the Jitsi role some work. Related to: - https://github.com/mother-of-all-self-hosting/ansible-role-jitsi/pull/2 - https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2974#issuecomment-1784256903 --- group_vars/mash_servers | 2 ++ requirements.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/group_vars/mash_servers b/group_vars/mash_servers index e491372..bd70d56 100644 --- a/group_vars/mash_servers +++ b/group_vars/mash_servers @@ -1879,6 +1879,8 @@ jitsi_base_path: "{{ mash_playbook_base_path }}/{{ mash_playbook_service_base_di jitsi_uid: "{{ mash_playbook_uid }}" jitsi_gid: "{{ mash_playbook_gid }}" +jitsi_user_username: "{{ matrix_user_username }}" + jitsi_web_container_additional_networks_auto: | {{ ([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else []) diff --git a/requirements.yml b/requirements.yml index 7c3f3ca..feea0fd 100644 --- a/requirements.yml +++ b/requirements.yml @@ -108,7 +108,7 @@ version: v2.7.0-3 name: influxdb - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git - version: v8960-1 + version: v8960-3 name: jitsi - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-keycloak.git version: v22.0.5-0