Explorar el Código

Upgrade mxisd (1.4.1 -> 1.4.2)

Looks like we may not have to do this,
since 1.4.2 fixes edge cases for people who used the broken
1.4.0 release.

We jumped straight to 1.4.1, so maybe we're okay.
Still, upgrading anyway, just in case.
pull/163/head
Slavi Pantaleev hace 7 años
padre
commit
00ec22688a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-mxisd/defaults/main.yml

+ 1
- 1
roles/matrix-mxisd/defaults/main.yml Ver fichero

@@ -1,6 +1,6 @@
matrix_mxisd_enabled: true

matrix_mxisd_docker_image: "kamax/mxisd:1.4.1"
matrix_mxisd_docker_image: "kamax/mxisd:1.4.2"
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"


Cargando…
Cancelar
Guardar