2022-09-04 23:28:28 -04:00
|
|
|
<pool type="{{ libvirt_pool_type }}">
|
|
|
|
<name>{{ libvirt_pool_name }}</name>
|
|
|
|
<source>
|
2022-09-05 05:27:26 -04:00
|
|
|
<name>{{ libvirt_pool_source }}</name>
|
2022-09-04 23:28:28 -04:00
|
|
|
</source>
|
2022-09-05 05:27:26 -04:00
|
|
|
<target>
|
|
|
|
<path>{{ libvirt_pool_target }}</path>
|
|
|
|
</target>
|
2022-09-04 23:28:28 -04:00
|
|
|
</pool>
|