Merge "roles: bifrost-ironic-install: Always download the latest iPXE files"
This commit is contained in:
commit
6c7a80e230
@ -25,6 +25,7 @@
|
||||
get_url:
|
||||
url: "https://boot.ipxe.org/{{ item }}"
|
||||
dest: "{{ ipxe_dir }}/{{ item }}"
|
||||
force: yes
|
||||
with_items:
|
||||
- undionly.kpxe
|
||||
- ipxe.lkrn
|
||||
|
6
releasenotes/notes/ipxe-download-bc1235cbbc87121c.yaml
Normal file
6
releasenotes/notes/ipxe-download-bc1235cbbc87121c.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
other:
|
||||
- By default, the installation process now downloads iPXE binaries
|
||||
from ipxe.org upon re-installation. Previously, the download was
|
||||
not set to be forced, and thus would be skipped if the file was
|
||||
already present.
|
Loading…
x
Reference in New Issue
Block a user