Mautrix telegram minimum config variable requirement

This commit is contained in:
Hugues Morisset
2018-09-03 10:27:26 +02:00
parent 3cd7f097eb
commit 6ef934a416
2 changed files with 8 additions and 1 deletions

View File

@ -63,6 +63,6 @@
- name: Ensure matrix-mautrix-telegram.service doesn't exist
file:
path: "{{ role_path }}/templates/systemd/matrix-mautrix-telegram.service"
path: "/etc/systemd/system/matrix-mautrix-telegram.service"
state: absent
when: "not matrix_mautrix_telegram_enabled"