NewsBlur/archive/netdata_docker/templates/environment.j2

6 lines
82 B
Text
Raw Normal View History

2021-04-18 11:45:32 -05:00
# {{ ansible_managed }}
{% for k,v in config.items() %}
{{k}}={{v}}
{% endfor %}