Locking pip to a version that works
Change-Id: Id8b6b09b84799b76ec7cb736b740768c176ed78e
This commit is contained in:
parent
56c2f45731
commit
4a7d0fc4c4
@ -19,7 +19,7 @@
|
||||
- name: Install pip from apt
|
||||
apt: name=python-pip state=present
|
||||
- name: pip upgrade pip
|
||||
pip: name=pip state=latest
|
||||
pip: name=pip version=7.1.2
|
||||
- name: Install python-dev
|
||||
apt: name=python-dev state=present
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user