Explorar el Código

Add missing when statement

pull/6/head
Slavi Pantaleev hace 7 años
padre
commit
861957b6f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-server/tasks/start.yml

+ 1
- 1
roles/matrix-server/tasks/start.yml Ver fichero

@@ -28,7 +28,7 @@

- name: Ensure matrix-nginx-proxy autoruns and is restarted
service: name=matrix-nginx-proxy enabled=yes state=restarted daemon_reload=yes
when:
when: matrix_nginx_proxy_enabled

- name: Ensure matrix-corporal autoruns and is restarted
service: name=matrix-corporal enabled=yes state=restarted daemon_reload=yes


Cargando…
Cancelar
Guardar