8 lines
183 B
Text
8 lines
183 B
Text
|
{{ ansible_managed | comment}}
|
||
|
|
||
|
{% if keycloak_environment_vars is mapping %}
|
||
|
{% for key, value in keycloak_environment_vars.items() %}
|
||
|
{{ key }}={{ value }}
|
||
|
{% endfor %}
|
||
|
{% endif %}
|