homeserver/roles/mgrote.pbs_datastores/templates/datastores.j2

9 lines
193 B
Text
Raw Normal View History

{% if pbs_datastores is defined %}
{% for item in pbs_datastores %}
datastore: {{ item.name }}
gc-schedule {{ item.gc_schedule }}
path {{ item.path }}
{% endfor %}
{% endif %}