Reorder some Buscarron default variables and fix some typos
Fixes a regression introduced in 0220c851e8
This commit is contained in:
@ -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 }}"
|
||||
|
||||
######################################################################
|
||||
#
|
||||
|
Reference in New Issue
Block a user