No PXE boot by default; update inventory.
This commit is contained in:
parent
53349e3ece
commit
022e8ff19b
2 changed files with 40 additions and 1 deletions
|
@ -103,10 +103,11 @@
|
|||
name: pwroff.timer
|
||||
enabled: true
|
||||
|
||||
- name: Fix boot order
|
||||
- name: PXE first boot order
|
||||
command: /usr/local/sbin/bootorder.sh
|
||||
register: cmd_result
|
||||
changed_when: cmd_result.stdout is not search('Nothing to do.')
|
||||
when: boot_pxe | default(False)
|
||||
|
||||
- name: Copy dolphin config scripts
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue