From 03c66d0db419d95600cca26b733faffa66b7b0fb Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 17:38:34 +0200 Subject: [PATCH] [PR #7205/58d89ce4 backport][stable-6] smbios option description (#7223) 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) * Avoid semantic markup. --------- Co-authored-by: Андрей Неустроев <99169437+aneustroev@users.noreply.github.com> 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 817fb8f410..953d75394e 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -408,6 +408,14 @@ options: smbios: description: - Specifies SMBIOS type 1 fields. + - "Comma separated, Base64 encoded (optional) SMBIOS properties:" + - C([base64=<1|0>] [,family=]) + - C([,manufacturer=]) + - C([,product=]) + - C([,serial=]) + - C([,sku=]) + - C([,uuid=]) + - C([,version=]) type: str snapname: description: