1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add state=latest to pip install of pycrypto

This commit is contained in:
Toshio Kuratomi 2015-12-17 20:09:48 -08:00
parent 3143b352c5
commit a391d6f89a

View file

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