1
0
IaC/ansible/roles/hypervisor/templates/dir_libvirt_pool.xml.j2
2023-08-11 10:52:27 +10:00

6 lines
112 B
Django/Jinja

<pool type="dir">
<name>{{ item.name }}</name>
<target>
<path>{{ item.path }}</path>
</target>
</pool>