Skip to content

Commit

Permalink
minor typo on proxmox_kvm module documentation (#7135)
Browse files Browse the repository at this point in the history
chore(docs): minor typo
  • Loading branch information
dtourde authored Aug 21, 2023
1 parent 17dce5a commit d1d9895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/proxmox_kvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
scsi:
description:
- 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").
- C(storage) is the storage identifier where to create the disk.
- C(size) is the size of the disk in GB.
Expand Down

0 comments on commit d1d9895

Please sign in to comment.