From 58d89ce4421f09e6964d725984f6dde321da4cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=9D=D0=B5=D1=83?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=B5=D0=B2?= <99169437+aneustroev@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:02:23 +0300 Subject: [PATCH] smbios option description (#7205) * smbios option description More detailed description smbios option * Update plugins/modules/proxmox_kvm.py Co-authored-by: Felix Fontein * Change map to string * Update proxmox_kvm.py --------- Co-authored-by: Felix Fontein --- plugins/modules/proxmox_kvm.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/modules/proxmox_kvm.py b/plugins/modules/proxmox_kvm.py index c3a61a0de2..d352022440 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -415,6 +415,14 @@ options: smbios: description: - Specifies SMBIOS type 1 fields. + - "Comma separated, Base64 encoded (optional) SMBIOS properties:" + - V([base64=<1|0>] [,family=]) + - V([,manufacturer=]) + - V([,product=]) + - V([,serial=]) + - V([,sku=]) + - V([,uuid=]) + - V([,version=]) type: str snapname: description: