Revert "Optimize download image list"
The commit dependent on this one was reverted.
https://review.opendev.org/#/c/741182/
This reverts commit e2cbd22b3f.
Change-Id: I96b02b49df46c76bd7b2966497594d2fde80f619
This commit is contained in:
@@ -106,10 +106,6 @@
|
||||
download_images_list: "{{ download_images_list|default([]) + trident_images + storage_images }}"
|
||||
when: mode == 'trident_install'
|
||||
|
||||
- name: Remove duplicate images from the download list
|
||||
set_fact:
|
||||
download_images_list: "{{ download_images_list | unique }}"
|
||||
|
||||
- set_fact:
|
||||
download_images: "{{ download_images_list | join(',') }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user