mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
6 lines
82 B
Text
6 lines
82 B
Text
![]() |
# {{ ansible_managed }}
|
||
|
|
||
|
{% for k,v in config.items() %}
|
||
|
{{k}}={{v}}
|
||
|
{% endfor %}
|