Browse Source

Matrixto: Use matrix_base_data_path as base

pull/4787/head
der-domi 3 months ago
committed by GitHub
parent
commit
e2cf1c63d6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-matrixto/defaults/main.yml

+ 1
- 1
roles/custom/matrix-matrixto/defaults/main.yml View File

@@ -12,7 +12,7 @@
matrix_matrixto_enabled: true

matrix_matrixto_identifier: matrix-matrixto
matrix_matrixto_base_path: "/{{ matrix_matrixto_identifier }}"
matrix_matrixto_base_path: "{{ matrix_base_data_path }}/{{ matrix_matrixto_identifier }}"

matrix_matrixto_version: 1.2.17-1



Loading…
Cancel
Save