Fix Signal role using incorrect database string variable

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/823
This commit is contained in:
Slavi Pantaleev 2021-01-25 10:42:23 +02:00 committed by GitHub
parent 8fa913dca7
commit 6fc214480c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ matrix_mautrix_signal_database_connection_string: 'postgres://{{ matrix_mautrix_
matrix_mautrix_signal_appservice_database: "{{
{
'postgres': matrix_mautrix_facebook_database_connection_string,
'postgres': matrix_mautrix_signal_database_connection_string,
}[matrix_mautrix_signal_database_engine]
}}"