Fix IPA image registration

Upstream image use broken during recent refactoring
This commit is contained in:
Mark Goddard 2017-04-27 12:31:29 +01:00
parent 86550425e6
commit 7727bb8858
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- name: Ensure Ironic Python Agent (IPA) images are downloaded
get_url:
url: "{{ item }}"
url: "{{ item.url }}"
dest: "{{ ipa_images_cache_path }}/{{ item.filename }}"
with_items:
- url: "{{ ipa_images_kernel_url }}"