Skip to content

Commit 7b0e344

Browse files
spantaleevvenimus
authored andcommitted
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 spantaleev#3199
1 parent ed4f974 commit 7b0e344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

group_vars/matrix_servers

+1
Original file line numberDiff line numberDiff line change
@@ -4979,6 +4979,7 @@ matrix_dendrite_systemd_wanted_services_list_auto: |
49794979
(['matrix-coturn.service'] if matrix_coturn_enabled else [])
49804980
}}
49814981

4982+
matrix_dendrite_container_extra_arguments_auto: "{{ matrix_homeserver_container_extra_arguments_auto }}"
49824983
matrix_dendrite_app_service_config_files_auto: "{{ matrix_homeserver_app_service_config_files_auto }}"
49834984

49844985
######################################################################

0 commit comments

Comments
 (0)