3
0
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:
Hugues Morisset
2018-09-01 17:51:07 +02:00
parent 7adcdf3040
commit 7b5f68c431
9 changed files with 389 additions and 4 deletions

View File

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