From 7c6f286df2ebe5dd3247640ca7f38fb0b5c6beda Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:17:31 +0200 Subject: [PATCH] [PR #7212/12708c38 backport][stable-7] fix typo (#7222) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix typo (#7212) (cherry picked from commit 12708c3848bcd971777f69970ff17e99f930abc2) Co-authored-by: Андрей Неустроев <99169437+aneustroev@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 3d14c6a106..c3a61a0de2 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -524,7 +524,7 @@ options: virtio: description: - 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"). - C(storage) is the storage identifier where to create the disk. - C(size) is the size of the disk in GB.