Fix Update VM hardware task

master
Ronald 8 months ago
parent 0e65bfbbd9
commit ecae9ebb8c

@ -61,6 +61,10 @@
memory: "{{ create_vm_proxmox_memory_mb | default(omit) }}"
update: true
delegate_to: localhost
when:
- create_vm_proxmox_numb_cpus is defined or
create_vm_proxmox_numb_cores is defined or
create_vm_proxmox_memory_mb is defined
- name: Proxmox - Manage virtual disks for virtual machine
community.general.proxmox_disk:

Loading…
Cancel
Save