Locking pip to a version that works

Change-Id: Id8b6b09b84799b76ec7cb736b740768c176ed78e
This commit is contained in:
Joe Keen 2016-01-20 22:31:34 -07:00
parent 56c2f45731
commit 4a7d0fc4c4
1 changed files with 1 additions and 1 deletions

View File

@ -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: