Merge "Use override pip_upstream_url for get-pip"

This commit is contained in:
Zuul 2018-06-05 20:42:25 +00:00 committed by Gerrit Code Review
commit 64c4019568
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
- name: Get /opt/get-pip.py if it does not exist
get_url:
url: "https://bootstrap.pypa.io/get-pip.py"
url: "{{ pip_upstream_url | default('https://bootstrap.pypa.io/get-pip.py') }}"
dest: "/opt/get-pip.py"
force: no
register: _get_pip