mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
minor typo on proxmox_kvm module documentation (#7135)
chore(docs): minor typo
This commit is contained in:
parent
17dce5a288
commit
d1d9895eb6
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ options:
|
||||||
scsi:
|
scsi:
|
||||||
description:
|
description:
|
||||||
- A hash/dictionary of volume used as SCSI hard disk or CD-ROM. O(scsi='{"key":"value", "key":"value"}').
|
- A hash/dictionary of volume used as SCSI hard disk or CD-ROM. O(scsi='{"key":"value", "key":"value"}').
|
||||||
- Keys allowed are - C(sata[n]) where 0 ≤ n ≤ 13.
|
- Keys allowed are - C(scsi[n]) where 0 ≤ n ≤ 13.
|
||||||
- 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