ansible-role-zoneminder/templates/03-local.conf.j2
2025-11-19 01:09:41 +01:00

3 lines
85 B
Django/Jinja

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