mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-20 18:19:50 +00:00
Fixed problem with pip
This commit is contained in:
parent
43e0c5e290
commit
b22dcbdd28
@ -51,5 +51,5 @@
|
||||
when: mongodb_pymongo_from_pip
|
||||
|
||||
- name: Install PyMongo from PIP
|
||||
pip: name=pymongo version="{{ mongodb_pymongo_pip_version }}" state=latest
|
||||
pip: name=pymongo version="{{ mongodb_pymongo_pip_version }}" state=present
|
||||
when: mongodb_pymongo_from_pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user