Change VMware boot order to boot correctly from ArchISO

This commit is contained in:
Sandwich 2024-10-30 15:59:16 +01:00
parent d331e07536
commit 527bc11d1d

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) }}"