Merge "Use versioned get-pip.py URL for Ubuntu Bionic"
This commit is contained in:
commit
3009f09826
6
playbooks/roles/pip3/tasks/bionic.yaml
Normal file
6
playbooks/roles/pip3/tasks/bionic.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
# Latest pip (and get-pip.py) does not support the Python 3.6 on Ubuntu Bionic
|
||||
- name: Download get-pip.py
|
||||
command: wget https://bootstrap.pypa.io/pip/3.6/get-pip.py
|
||||
args:
|
||||
chdir: /var/lib
|
||||
creates: /var/lib/get-pip.py
|
Loading…
x
Reference in New Issue
Block a user