GoMatrixHosting v0.7.0

This commit is contained in:
GoMatrixHosting
2022-02-27 17:40:20 +08:00
parent a6bd70634e
commit 28f6091ed4
10 changed files with 134 additions and 10 deletions

View File

@ -1,7 +1,7 @@
---
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-mautrix-signal-daemon.service', 'matrix-mautrix-signal.service'] }}"
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-mautrix-signal.service', 'matrix-mautrix-signal-daemon.service'] }}"
when: matrix_mautrix_signal_enabled|bool
# If the matrix-synapse role is not used, these variables may not exist.