fix(runtime): migrate roles to nested system fields

This commit is contained in:
2026-02-11 05:37:18 +01:00
parent 73f0b81b5a
commit 53bb4589b6
23 changed files with 128 additions and 168 deletions

View File

@@ -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