mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add state=latest to pip install of pycrypto
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user