1
0
IaC/ansible/roles/hypervisor/templates/dir_libvirt_pool.xml.j2

6 lines
112 B
Plaintext
Raw Permalink Normal View History

2023-08-10 11:11:37 -04:00
<pool type="dir">
<name>{{ item.name }}</name>
<target>
<path>{{ item.path }}</path>
</target>
</pool>