Slavi Pantaleev
před 4 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
roles/matrix-bridge-mautrix-signal/tasks/init.yml
|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
--- |
|
|
|
|
|
|
|
- set_fact: |
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-mautrix-signal.service', 'matrix-mautrix-signal-daemon.service'] }}" |
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-mautrix-signal-daemon.service', 'matrix-mautrix-signal.service'] }}" |
|
|
|
when: matrix_mautrix_signal_enabled|bool |
|
|
|
|
|
|
|
# If the matrix-synapse role is not used, these variables may not exist. |
|
|
|
|