瀏覽代碼

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 年之前
父節點
當前提交
80ce28405c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      group_vars/matrix_servers

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

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


Loading…
取消
儲存