Merge "Fix fastest mirror fact set"

This commit is contained in:
Jenkins 2017-01-24 02:03:33 +00:00 committed by Gerrit Code Review
commit d8847875e8

View File

@ -91,7 +91,7 @@
- name: Set repo_build_pip_extra_indexes 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
- name: Check whether the host has a git cache