Change VMware boot order to boot correctly from ArchISO

This commit is contained in:
2024-10-30 15:59:16 +01:00
parent 6e60a6e4b4
commit 5930ef0759

View File

@@ -26,13 +26,13 @@
controller_type: sata
state: present
type: iso
iso_path: "{{ rhel_iso | default(omit) }}"
iso_path: "{{ boot_iso }}"
- controller_number: 0
unit_number: 1
controller_type: sata
state: present
type: iso
iso_path: "{{ boot_iso }}"
iso_path: "{{ rhel_iso | default(omit) }}"
networks:
- name: "{{ vm_nif }}"
vlan: "{{ vlan_name | default(omit) }}"