Browse Source
Merge pull request #154 from aaronraimist/mxisd-1.4.1
Update mxisd (1.3.1 -> 1.4.1)
pull/163/head
Slavi Pantaleev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/matrix-mxisd/defaults/main.yml
|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
matrix_mxisd_enabled: true |
|
|
|
|
|
|
|
matrix_mxisd_docker_image: "kamax/mxisd:1.3.1" |
|
|
|
matrix_mxisd_docker_image: "kamax/mxisd:1.4.1" |
|
|
|
matrix_mxisd_base_path: "{{ matrix_base_data_path }}/mxisd" |
|
|
|
matrix_mxisd_config_path: "{{ matrix_mxisd_base_path }}/config" |
|
|
|
matrix_mxisd_data_path: "{{ matrix_mxisd_base_path }}/data" |
|
|
|
|