Переглянути джерело

Upgrade coturn (v4.8.0-1 → v4.8.0-2)

Use `coturn_restart_necessary`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4948/head
Suguru Hirahara 1 тиждень тому
committed by Slavi Pantaleev
джерело
коміт
0cf3482eb2
2 змінених файлів з 3 додано та 3 видалено
  1. +2
    -2
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 2
- 2
group_vars/matrix_servers Переглянути файл

@@ -622,7 +622,7 @@ devture_systemd_service_manager_services_list_auto: |
([{ ([{
'name': (coturn_identifier + '.service'), 'name': (coturn_identifier + '.service'),
'priority': (1500 if devture_systemd_service_manager_service_restart_mode == 'one-by-one' else 900), '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'], 'groups': ['matrix', 'coturn'],
}] if coturn_enabled else []) }] if coturn_enabled else [])
+ +
@@ -643,7 +643,7 @@ devture_systemd_service_manager_services_list_auto: |
([{ ([{
'name': (coturn_identifier + '-reload.timer'), 'name': (coturn_identifier + '-reload.timer'),
'priority': 5000, 'priority': 5000,
'restart_necessary': true,
'restart_necessary': (coturn_restart_necessary | bool),
'groups': ['matrix', 'coturn'], 'groups': ['matrix', 'coturn'],
}] if (coturn_enabled and coturn_tls_enabled) else []) }] if (coturn_enabled and coturn_tls_enabled) else [])
+ +


+ 1
- 1
requirements.yml Переглянути файл

@@ -13,7 +13,7 @@
version: v0.4.2-3 version: v0.4.2-3
name: container_socket_proxy name: container_socket_proxy
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-coturn.git - 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 name: coturn
activation_prefix: coturn_ activation_prefix: coturn_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ddclient.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ddclient.git


Завантаження…
Відмінити
Зберегти