No PXE boot by default; update inventory.

This commit is contained in:
Andreas B. Mundt 2023-10-07 09:34:23 +02:00
parent 53349e3ece
commit 022e8ff19b
2 changed files with 40 additions and 1 deletions

View file

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