Open eliasp opened 3 months ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @Ajpantuso @Thulium-Drake @UnderGreen @helldorado @joshainglis @karmab @krauthosting click here for bot help
Summary
Currently,
proxmox_kvm
only supports the following choices forvga
:'std', 'cirrus', 'vmware', 'qxl', 'serial0', 'serial1', 'serial2', 'serial3', 'qxl2', 'qxl3', 'qxl4'
Configuring further aspects of
vga
, such asmemory=64
is not possible. See also the PVE API docs (clickPOST
, scroll down tovga
):Issue Type
Bug Report
Component Name
proxmox_kvm
Ansible Version
Community.general Version
Configuration
OS / Environment
Ansible EE based on RHEL9 UBI
Steps to Reproduce
Try to create a VM using
community.general.proxmox_kvm
:Expected Results
The VM is created and the memory for VGA is set to 64M.
Actual Results
"msg": "value of vga must be one of: std, cirrus, vmware, qxl, serial0, serial1, serial2, serial3, qxl2, qxl3, qxl4, got: qxl,memory=64"
Code of Conduct