3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-15 12:25:18 +00:00

matri-sms-bridge:

better path handling, fixed some mistakes
This commit is contained in:
benkuly
2020-05-22 13:59:38 +02:00
parent 2d75fca257
commit 4913ca4bb2
3 changed files with 13 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
when: "matrix_sms_bridge_enabled and matrix_synapse_role_executed|default(False)"
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-sms-bridge','matrix-sms-bridge-database'] }}"
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-sms-bridge'] }}"
when: matrix_sms_bridge_enabled|bool
# If the matrix-synapse role is not used, these variables may not exist.