Change VMware boot order to boot correctly from ArchISO
This commit is contained in:
parent
d331e07536
commit
527bc11d1d
@ -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) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user