Skip to content

Commit 6356e58

Browse files
committed
Clarify use of file_path and name
This adds a few words indicating the usage of these values with file type images
1 parent 702dd70 commit 6356e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Role Variables
6767
defined with the following dict:
6868
- `pool`: Name or UUID of the storage pool from which the volume should be
6969
allocated.
70-
- `name`: Name to associate with the volume being created; include extension if you would like images created with one.
71-
- `file_path`: Where the storage file should be placed under; defaults to `libvirt_volume_default_images_path`
70+
- `name`: Name to associate with the volume being created; For `file` type volumes include extension if you would like volumes created with one.
71+
- `file_path`: Where the image of `file` type volumes should be placed; defaults to `libvirt_volume_default_images_path`
7272
- `capacity`: volume capacity (can be suffixed with M,G,T or MB,GB,TB, etc)
7373
- `device`: `disk`
7474
- `format`: options include `raw`, `qcow2`, `vmdk`. See `man virsh` for the

0 commit comments

Comments
 (0)