Reorder some Buscarron default variables and fix some typos

Fixes a regression introduced in 0220c851e8
This commit is contained in:
Slavi Pantaleev
2023-02-25 15:10:40 +02:00
parent d7578880b6
commit bc5dda2b3a
2 changed files with 12 additions and 11 deletions

View File

@ -1685,7 +1685,7 @@ matrix_bot_buscarron_database_engine: "{{ 'postgres' if devture_postgres_enabled
matrix_bot_buscarron_database_hostname: "{{ devture_postgres_connection_hostname if devture_postgres_enabled else '' }}"
matrix_bot_buscarron_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'buscarron.bot.db', rounds=655555) | to_uuid }}"
matrix_bot_container_network: "{{ matrix_docker_network }}"
matrix_bot_buscarron_container_network: "{{ matrix_docker_network }}"
######################################################################
#