1
0

10 lines
217 B
Plaintext
Raw Normal View History

2022-09-05 15:28:28 +12:00
<pool type="{{ libvirt_pool_type }}">
<name>{{ libvirt_pool_name }}</name>
<source>
2022-09-05 21:27:26 +12:00
<name>{{ libvirt_pool_source }}</name>
2022-09-05 15:28:28 +12:00
</source>
2022-09-05 21:27:26 +12:00
<target>
<path>{{ libvirt_pool_target }}</path>
</target>
2022-09-05 15:28:28 +12:00
</pool>