mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-13 20:42:39 +00:00
Add support for matrix-corporal
This commit is contained in:
@@ -28,4 +28,8 @@
|
||||
|
||||
- name: Ensure matrix-nginx-proxy autoruns and is restarted
|
||||
service: name=matrix-nginx-proxy enabled=yes state=restarted daemon_reload=yes
|
||||
when: matrix_nginx_proxy_enabled
|
||||
when:
|
||||
|
||||
- name: Ensure matrix-corporal autoruns and is restarted
|
||||
service: name=matrix-corporal enabled=yes state=restarted daemon_reload=yes
|
||||
when: matrix_corporal_enabled
|
||||
|
||||
Reference in New Issue
Block a user