9 lines
193 B
Text
9 lines
193 B
Text
|
{% if pbs_datastores is defined %}
|
||
|
{% for item in pbs_datastores %}
|
||
|
|
||
|
datastore: {{ item.name }}
|
||
|
gc-schedule {{ item.gc_schedule }}
|
||
|
path {{ item.path }}
|
||
|
{% endfor %}
|
||
|
{% endif %}
|