mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-14 04:52:39 +00:00
Add mautrix-telegram to bridge with telegram services
This commit is contained in:
@@ -33,3 +33,7 @@
|
||||
- name: Ensure matrix-corporal autoruns and is restarted
|
||||
service: name=matrix-corporal enabled=yes state=restarted daemon_reload=yes
|
||||
when: matrix_corporal_enabled
|
||||
|
||||
- name: Ensure matrix-mautrix-telegram autoruns and is restarted
|
||||
service: name=matrix-mautrix-telegram enabled=yes state=restarted daemon_reload=yes
|
||||
when: matrix_mautrix_telegram_enabled
|
||||
|
||||
Reference in New Issue
Block a user