Merge "Fix fastest mirror fact set"
This commit is contained in:
commit
d8847875e8
@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
- name: Set repo_build_pip_extra_indexes fact
|
- name: Set repo_build_pip_extra_indexes fact
|
||||||
set_fact:
|
set_fact:
|
||||||
repo_build_pip_extra_indexes: "{{ fastest_wheel_mirror.stdout | list }}"
|
repo_build_pip_extra_indexes: "{{ fastest_wheel_mirror.stdout_lines }}"
|
||||||
when: not pip_conf_file.stat.exists
|
when: not pip_conf_file.stat.exists
|
||||||
|
|
||||||
- name: Check whether the host has a git cache
|
- name: Check whether the host has a git cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user