18 lines
309 B
YAML
18 lines
309 B
YAML
# Managed by Ansible
|
|
|
|
db:
|
|
path: {{ diun_home }}/diun.db
|
|
|
|
{% if diun_watch is defined %}
|
|
{{ duin_watch }}
|
|
{% endif %}
|
|
|
|
{% if diun_notif is defined %}
|
|
notif:
|
|
{{ duin_notif | indent(2, false) }}
|
|
{% endif %}
|
|
|
|
{% if diun_providers is defined %}
|
|
providers:
|
|
{{ duin_providers | indent(2, false) }}
|
|
{% endif %}
|