Try the templates dir
This commit is contained in:
parent
bf62c5c735
commit
0af2d897f0
3 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ saml2 session database url=postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass
|
|||
|
||||
[saml2_data]
|
||||
{% if env == 'staging' %}
|
||||
{% include "roles/ipsilon/files/saml2_data_stg" %}
|
||||
{% include "saml2_data_stg" %}
|
||||
{% else %}
|
||||
{% include "files/saml2_data" %}
|
||||
{% include "saml2_data" %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue