Add state=latest to pip install of pycrypto

pull/13639/head
Toshio Kuratomi 9 years ago
parent 3143b352c5
commit a391d6f89a

@ -89,7 +89,7 @@
- name: Install ubuntu 12.04 ansible pip deps
sudo: true
pip: name="{{ item }}"
pip: name="{{ item }}" state=latest
with_items:
- pycrypto
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == "12.04"

Loading…
Cancel
Save