From 926f6271280cf619f2b640653e344ce4cae3a72e Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:27:34 +0200 Subject: [PATCH] [PR #7205/58d89ce4 backport][stable-7] smbios option description (#7224) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 58d89ce4421f09e6964d725984f6dde321da4cb3) Co-authored-by: Андрей Неустроев <99169437+aneustroev@users.noreply.github.com> --- 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: