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