fix jinja template

This commit is contained in:
Robert Kaussow 2024-08-13 10:50:59 +02:00
parent e74e49c50f
commit 6881360b9f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -7,7 +7,7 @@ POSTGRES_PASSWORD={{ postgres_password }}
{% if postgres_app_user is defined and postgres_app_password is defined %}
POSTGRES_APP_USER={{ postgres_app_user }}
POSTGRES_APP_PASSWORD={{ postgres_app_password }}
{% enfif %}
{% endif %}
POSTGRES_DB={{ postgres_db }}
{% if postgres_host_auth_method is defined %}