Browse Source

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
pull/3264/head
Slavi Pantaleev 1 year ago
parent
commit
80ce28405c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      group_vars/matrix_servers

+ 1
- 0
group_vars/matrix_servers 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 }}"

######################################################################


Loading…
Cancel
Save