Merge "roles: bifrost-ironic-install: Always download the latest iPXE files"

This commit is contained in:
Jenkins 2017-02-13 17:35:53 +00:00 committed by Gerrit Code Review
commit 6c7a80e230
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,7 @@
get_url:
url: "https://boot.ipxe.org/{{ item }}"
dest: "{{ ipxe_dir }}/{{ item }}"
force: yes
with_items:
- undionly.kpxe
- ipxe.lkrn

View 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.