mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-12 21:42:51 +01:00
Add missing when statement
This commit is contained in:
parent
5398d80f01
commit
861957b6f1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user