We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e0c5e commit b22dcbdCopy full SHA for b22dcbd
tasks/install.deb.yml
@@ -51,5 +51,5 @@
51
when: mongodb_pymongo_from_pip
52
53
- name: Install PyMongo from PIP
54
- pip: name=pymongo version="{{ mongodb_pymongo_pip_version }}" state=latest
+ pip: name=pymongo version="{{ mongodb_pymongo_pip_version }}" state=present
55
0 commit comments