Skip to content

Commit

Permalink
Merge pull request #2 from radiorabe/fix/template
Browse files Browse the repository at this point in the history
fix: variable names in storage pool template
  • Loading branch information
smirta authored Jun 7, 2024
2 parents 54dce60 + 18d18ad commit 70fafc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/libvirt/templates/storage-pool.xml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<pool type='dir'>
<name>{{ storage_pool_name }}</name>
<name>{{ libvirt_storage_pool_name }}</name>
<target>
<path>{{ storage_pool_path }}</path>
<path>{{ libvirt_storage_pool_path }}</path>
</target>
</pool>

0 comments on commit 70fafc1

Please sign in to comment.