Explorar el Código
Merge pull request #1660 from HarHarLinks/patch-8
Optimize signal bridge startup order
pull/1663/head
Slavi Pantaleev
hace 4 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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. |
|
|
|
|