services/_ansible/templates/service.env.j2

4 lines
75 B
Django/Jinja

{% for key, value in svc_env.items() %}
{{ key }}={{ value }}
{% endfor %}