From 80ce28405cbb7a9daedc83dd9c7d89ea99b7f688 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 8 Apr 2024 08:02:55 +0300 Subject: [PATCH] Restore missing wiring between matrix_dendrite_container_extra_arguments_auto and matrix_homeserver_container_extra_arguments_auto I believe this wiring had gotten lost at some point before. Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3199 --- group_vars/matrix_servers | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index aa507a6e2..1ef7cdbdc 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -4975,6 +4975,7 @@ matrix_dendrite_systemd_wanted_services_list_auto: | (['matrix-coturn.service'] if matrix_coturn_enabled else []) }} +matrix_dendrite_container_extra_arguments_auto: "{{ matrix_homeserver_container_extra_arguments_auto }}" matrix_dendrite_app_service_config_files_auto: "{{ matrix_homeserver_app_service_config_files_auto }}" ######################################################################