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
This commit is contained in:
Slavi Pantaleev 2024-04-08 08:02:55 +03:00
parent d7fbec3e2a
commit 80ce28405c
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}"
######################################################################