From 99e3965ecea27782405c26922f63f681834b7109 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 13:45:10 +0200 Subject: [PATCH] [PR #7036/d08924d7 backport][stable-7] Documentation to reflect newer Proxmox VE boot string format (#7068) Documentation to reflect newer Proxmox VE boot string format (#7036) Co-authored-by: jonathan lung (cherry picked from commit d08924d75940f1ef252a7e2f22b7b33aaba3592d) Co-authored-by: Jonathan Lung --- plugins/modules/proxmox_kvm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/proxmox_kvm.py b/plugins/modules/proxmox_kvm.py index c3c51e4570..1be24b97c7 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -64,6 +64,7 @@ options: boot: description: - Specify the boot order -> boot on floppy V(a), hard disk V(c), CD-ROM V(d), or network V(n). + - For newer versions of Proxmox VE, use a boot order like V(order=scsi0;net0;hostpci0). - You can combine to set order. - This option has no default unless O(proxmox_default_behavior) is set to V(compatiblity); then the default is V(cnd). type: str