mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
[ipsilon] Fix nesting in jinja template
I hope this is the last one. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -140,6 +140,7 @@ saml2 default email domain=fedoraproject.org
|
||||
saml2 session database url=postgresql://{{ ipsilon_db_user }}:{{ ipsilon_stg_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_saml2_name }}
|
||||
{% else %}
|
||||
saml2 session database url=postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_saml2_name }}
|
||||
{% endif %}
|
||||
|
||||
[saml2_data]
|
||||
{% if env == 'staging' %}
|
||||
|
||||
Reference in New Issue
Block a user