Skip to content

Commit b22dcbd

Browse files
author
Sergei Antipov
committed
Fixed problem with pip
1 parent 43e0c5e commit b22dcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
when: mongodb_pymongo_from_pip
5252

5353
- name: Install PyMongo from PIP
54-
pip: name=pymongo version="{{ mongodb_pymongo_pip_version }}" state=latest
54+
pip: name=pymongo version="{{ mongodb_pymongo_pip_version }}" state=present
5555
when: mongodb_pymongo_from_pip

0 commit comments

Comments
 (0)