Merge "Pin get-pip.py to 3.2"

This commit is contained in:
Zuul 2018-07-11 19:53:57 +00:00 committed by Gerrit Code Review
commit 2309a34e0b
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: "{{ pip_upstream_url | default('https://bootstrap.pypa.io/get-pip.py') }}"
url: "{{ pip_upstream_url | default('https://bootstrap.pypa.io/3.2/get-pip.py') }}"
dest: "/opt/get-pip.py"
force: no
register: _get_pip