Fix Signal role using incorrect database string variable

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/823
master
Slavi Pantaleev 3 years ago committed by GitHub
parent 8fa913dca7
commit 6fc214480c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]
}}"

Loading…
Cancel
Save