Add provider file for watching images
This commit is contained in:
parent
90cd2786cf
commit
0bbee108d6
3 changed files with 14 additions and 2 deletions
8
templates/images.yaml
Normal file
8
templates/images.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% if diun_provider_images is defined %}
|
||||
{% for name in diun_provider_images %}
|
||||
- name: {{ name.name }}
|
||||
{% if name.config is defined %}
|
||||
{{ name.config | indent(2) }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue