This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/templates/service.env.j2

3 lines
71 B
Django/Jinja

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