From d08924d75940f1ef252a7e2f22b7b33aaba3592d Mon Sep 17 00:00:00 2001 From: Jonathan Lung Date: Mon, 7 Aug 2023 15:58:33 -0400 Subject: [PATCH] Documentation to reflect newer Proxmox VE boot string format (#7036) 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