From a1cdd367f5ec5b5281c621df3fc7845a6a6a2772 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 16 Jul 2026 07:42:48 +0300 Subject: [PATCH] Upgrade ansible-role-livekit-server (v1.13.3-1 -> v1.13.3-2) The new version supports defining a multiplexed UDP port pool (e.g. '7882-7892') in livekit_server_config_rtc_udp_port. Previously, the role's configuration template silently mangled such values into udp_port: 0. It also gains early validation of the port value. Related to #5344 Co-Authored-By: Claude Fable 5 --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 59ebc1673..5658f35cd 100644 --- a/requirements.yml +++ b/requirements.yml @@ -42,7 +42,7 @@ version: v11031-0 name: jitsi - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-livekit-server.git - version: v1.13.3-1 + version: v1.13.3-2 name: livekit_server - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ntfy.git version: v2.26.0-0