mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 01:54:21 -07:00
[PR #6533/01f21b1d backport][stable-7] proxmox_kvm: support for tpmstate0 parameter (#6600)
proxmox_kvm: support for tpmstate0 parameter (#6533) * proxmox_kvm: added support for tmpstate adds hash of options for a TPM state disk, which is required for Windows 11 installations * updated wrong version in docs * bump version 7.1.0 -> 7.1.1 * fixed parameter name typo * updated to pass sanity; assumed version_added to be next major (7.2.0) * replaced 'tpmstate' with 'tpmstate0'; added suboptions to kvm_args * fixed line too long * use get() instead of pop() to preserve verbose invocation.module_args * update comment to include tpmstate0 * added changelog fragment * Revert "bump version 7.1.0 -> 7.1.1" This reverts commit772ed98dba
. * Include PR link in changelog fragment Co-authored-by: Felix Fontein <felix@fontein.de> * Corrected version_added Co-authored-by: Felix Fontein <felix@fontein.de> * corrected semantic markup for option name Co-authored-by: Felix Fontein <felix@fontein.de> * set suboptions of tpmstate0 to required * set default for tpmstate0.version (2.0) * fixed typo Co-authored-by: Felix Fontein <felix@fontein.de> * wrapped default version string in quotes Co-authored-by: Felix Fontein <felix@fontein.de> * Improve changelog formatting. --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit01f21b1d46
) Co-authored-by: Jeff Turner <jeff@torusoft.com>
This commit is contained in:
parent
c4ebd482eb
commit
307a291b57
2 changed files with 36 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- proxmox_kvm - added support for ``tpmstate0`` parameter to configure TPM (Trusted Platform Module) disk. TPM is required for Windows 11 installations (https://github.com/ansible-collections/community.general/pull/6533).
|
Loading…
Add table
Add a link
Reference in a new issue