mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix typo (#7212)
This commit is contained in:
parent
9021e7416d
commit
12708c3848
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ options:
|
||||||
virtio:
|
virtio:
|
||||||
description:
|
description:
|
||||||
- A hash/dictionary of volume used as VIRTIO hard disk. O(virtio='{"key":"value", "key":"value"}').
|
- A hash/dictionary of volume used as VIRTIO hard disk. O(virtio='{"key":"value", "key":"value"}').
|
||||||
- Keys allowed are - C(virto[n]) where 0 ≤ n ≤ 15.
|
- Keys allowed are - C(virtio[n]) where 0 ≤ n ≤ 15.
|
||||||
- Values allowed are - C("storage:size,format=value").
|
- Values allowed are - C("storage:size,format=value").
|
||||||
- C(storage) is the storage identifier where to create the disk.
|
- C(storage) is the storage identifier where to create the disk.
|
||||||
- C(size) is the size of the disk in GB.
|
- C(size) is the size of the disk in GB.
|
||||||
|
|
Loading…
Reference in a new issue