fix(runtime): migrate roles to nested system fields
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
state: "{{ 'poweredoff' if virtualization_tpm2_enabled | bool else 'poweredon' }}"
|
||||
disk: "{{ virtualization_vmware_disks }}"
|
||||
hardware:
|
||||
memory_mb: "{{ system_cfg.memory_mb }}"
|
||||
memory_mb: "{{ system_cfg.memory }}"
|
||||
num_cpus: "{{ system_cfg.cpus }}"
|
||||
boot_firmware: efi
|
||||
secure_boot: false
|
||||
|
||||
Reference in New Issue
Block a user