소스 검색
Matrixto: Use matrix_base_data_path as base
pull/4787/head
der-domi
5 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
roles/custom/matrix-matrixto/defaults/main.yml
|
|
|
@@ -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 |
|
|
|
|
|
|
|
|