Adjust the correct group vars file

Fixup for 896a96a2b5
This commit is contained in:
Slavi Pantaleev 2023-12-22 17:09:16 +02:00
parent 896a96a2b5
commit b20d04bd88

View file

@ -2847,6 +2847,7 @@ linkding_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certReso
linkding_database_hostname: "{{ devture_postgres_connection_hostname if devture_postgres_enabled else '' }}"
linkding_database_password: "{{ '%s' | format(mash_playbook_generic_secret_key) | password_hash('sha512', 'linkding.db', rounds=655555) | to_uuid }}"
linkding_database_engine: "{{ 'postgres' if devture_postgres_enabled and linkding_database_hostname == devture_postgres_connection_hostname else 'sqlite' }}"
########################################################################
# #