Update plugins/modules/one_vm.py

Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
This commit is contained in:
Tom Paine 2025-04-02 16:45:32 +01:00 committed by GitHub
parent 992f00ffc1
commit 93eefadcda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -659,7 +659,7 @@ from ansible.module_utils.common.dict_transformations import dict_merge
from ansible_collections.community.general.plugins.module_utils.opennebula import flatten, render from ansible_collections.community.general.plugins.module_utils.opennebula import flatten, render
# https://docs.opennebula.io/6.10/integration_and_development/system_interfaces/api.html?highlight=updateconf#one-vm-updateconf # https://docs.opennebula.io/6.10/integration_and_development/system_interfaces/api.html#one-vm-updateconf
UPDATECONF_ATTRIBUTES = { UPDATECONF_ATTRIBUTES = {
"OS": ["ARCH", "MACHINE", "KERNEL", "INITRD", "BOOTLOADER", "BOOT", "SD_DISK_BUS", "UUID", "FIRMWARE"], "OS": ["ARCH", "MACHINE", "KERNEL", "INITRD", "BOOTLOADER", "BOOT", "SD_DISK_BUS", "UUID", "FIRMWARE"],
"CPU_MODEL": ["MODEL", "FEATURES"], "CPU_MODEL": ["MODEL", "FEATURES"],