mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-10-31 17:55:00 +00:00
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:
parent
d7fbec3e2a
commit
80ce28405c
@ -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 }}"
|
||||
|
||||
######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user