Skip to content

Commit 80dc876

Browse files
Update description of machine parameter in proxmox_kvm.py (#186)
* Update description of machine parameter in proxmox_kvm.py Clarify that additional options to "type" can be set as well. * Add changelog fragment
1 parent ca053b8 commit 80dc876

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
minor_changes:
3+
- proxmox_kvm - update description of machine parameter in proxmox_kvm.py (https://github.com/ansible-collections/community.proxmox/pull/186)

plugins/modules/proxmox_kvm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@
261261
description:
262262
- Specifies the Qemu machine type.
263263
- Type => V((pc|pc(-i440fx\)?-\\d+\\.\\d+(\\.pxe\)?|q35|pc-q35-\\d+\\.\\d+(\\.pxe\)?\)).
264+
- Allows to set, [[type=]<machine type>] [,enable-s3=<1|0>] [,enable-s4=<1|0>] [,viommu=<intel|virtio>].
264265
type: str
265266
memory:
266267
description:

0 commit comments

Comments
 (0)