pilot-playbooks/.env.j2

4 lines
74 B
Django/Jinja

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