Przeglądaj źródła

Add missing when statement

pull/6/head
Slavi Pantaleev 7 lat temu
rodzic
commit
861957b6f1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-server/tasks/start.yml

+ 1
- 1
roles/matrix-server/tasks/start.yml Wyświetl plik

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


- name: Ensure matrix-nginx-proxy autoruns and is restarted - name: Ensure matrix-nginx-proxy autoruns and is restarted
service: name=matrix-nginx-proxy enabled=yes state=restarted daemon_reload=yes 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 - name: Ensure matrix-corporal autoruns and is restarted
service: name=matrix-corporal enabled=yes state=restarted daemon_reload=yes service: name=matrix-corporal enabled=yes state=restarted daemon_reload=yes


Ładowanie…
Anuluj
Zapisz