Explorar el Código

Fix self-check for mxisd not being enabled

pull/84/head
Slavi Pantaleev hace 7 años
padre
commit
9830a0871d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      roles/matrix-mxisd/tasks/main.yml

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

@@ -16,4 +16,6 @@
- import_tasks: "{{ role_path }}/tasks/self_check_mxisd.yml"
delegate_to: 127.0.0.1
become: false
when: "run_self_check and matrix_mxisd_enabled"
when: "run_self_check and matrix_mxisd_enabled"
tags:
- self-check

Cargando…
Cancelar
Guardar