From 1825feb6526b064a3b2aab9dab2d7fe65890b26a Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 22:00:45 +0200 Subject: [PATCH] [PR #7135/d1d9895e backport][stable-7] minor typo on proxmox_kvm module documentation (#7142) minor typo on proxmox_kvm module documentation (#7135) chore(docs): minor typo (cherry picked from commit d1d9895eb675f17fa97269149a28869a52482ca7) Co-authored-by: Damien TOURDE <49169262+dtourde@users.noreply.github.com> --- plugins/modules/proxmox_kvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/proxmox_kvm.py b/plugins/modules/proxmox_kvm.py index 1be24b97c7..3d14c6a106 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -373,7 +373,7 @@ options: 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.