services/roles/ghost/templates/ghost.env.j2

4 lines
89 B
Django/Jinja

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