From 0cf3482eb28aee61f13b747620db03f269889d6f Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 18 Feb 2026 23:07:50 +0900 Subject: [PATCH] =?UTF-8?q?Upgrade=20coturn=20(v4.8.0-1=20=E2=86=92=20v4.8?= =?UTF-8?q?.0-2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use `coturn_restart_necessary` Signed-off-by: Suguru Hirahara --- group_vars/matrix_servers | 4 ++-- requirements.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index 462257cb8..9b184dcf3 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -622,7 +622,7 @@ devture_systemd_service_manager_services_list_auto: | ([{ 'name': (coturn_identifier + '.service'), 'priority': (1500 if devture_systemd_service_manager_service_restart_mode == 'one-by-one' else 900), - 'restart_necessary': true, + 'restart_necessary': (coturn_restart_necessary | bool), 'groups': ['matrix', 'coturn'], }] if coturn_enabled else []) + @@ -643,7 +643,7 @@ devture_systemd_service_manager_services_list_auto: | ([{ 'name': (coturn_identifier + '-reload.timer'), 'priority': 5000, - 'restart_necessary': true, + 'restart_necessary': (coturn_restart_necessary | bool), 'groups': ['matrix', 'coturn'], }] if (coturn_enabled and coturn_tls_enabled) else []) + diff --git a/requirements.yml b/requirements.yml index 1e83b6ccd..45b03eab4 100644 --- a/requirements.yml +++ b/requirements.yml @@ -13,7 +13,7 @@ version: v0.4.2-3 name: container_socket_proxy - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-coturn.git - version: v4.8.0-1 + version: v4.8.0-2 name: coturn activation_prefix: coturn_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ddclient.git