Add missing when statement

This commit is contained in:
Slavi Pantaleev 2018-08-23 08:35:30 +03:00
parent 5398d80f01
commit 861957b6f1

View File

@ -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