Browse Source

Override `matrix_matrixto_base_path` in terms of `matrix_base_data_path` in `group_vars/matrix_servers`

Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4787
pull/4788/head
Slavi Pantaleev 3 months ago
parent
commit
88dcfbdaa7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers View File

@@ -3088,6 +3088,8 @@ matrix_corporal_matrix_registration_shared_secret: "{{ matrix_synapse_registrati
# We don't enable matrixto by default.
matrix_matrixto_enabled: false

matrix_matrixto_base_path: "{{ matrix_base_data_path }}/matrixto"

# The container image is not provided at https://github.com/matrix-org/matrix.to
matrix_matrixto_container_image_self_build: true



Loading…
Cancel
Save