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:
parent
3143b352c5
commit
a391d6f89a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue