mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-13 20:42:39 +00:00
Add email-sending support
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
- name: Ensure matrix-coturn autoruns and is restarted
|
||||
service: name=matrix-coturn enabled=yes state=restarted daemon_reload=yes
|
||||
|
||||
- name: Ensure matrix-mailer autoruns and is restarted
|
||||
service: name=matrix-mailer enabled=yes state=restarted daemon_reload=yes
|
||||
when: matrix_mailer_enabled
|
||||
|
||||
- name: Ensure matrix-synapse autoruns and is restarted
|
||||
service: name=matrix-synapse enabled=yes state=restarted daemon_reload=yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user