Explorar el Código
Merge pull request #200 from aaronraimist/mxisd-1.4.5
Upgrade mxisd (1.4.4 -> 1.4.5)
pull/204/head
Slavi Pantaleev
hace 6 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
roles/matrix-mxisd/defaults/main.yml
|
|
|
@@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
matrix_mxisd_enabled: true |
|
|
|
|
|
|
|
matrix_mxisd_docker_image: "kamax/mxisd:1.4.4" |
|
|
|
matrix_mxisd_docker_image: "kamax/mxisd:1.4.5" |
|
|
|
matrix_mxisd_docker_image_force_pull: "{{ matrix_mxisd_docker_image.endswith(':latest') }}" |
|
|
|
|
|
|
|
matrix_mxisd_base_path: "{{ matrix_base_data_path }}/mxisd" |
|
|
|
|