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 4632f4b commit 5b9c94bCopy full SHA for 5b9c94b
README.md
@@ -35,9 +35,9 @@ MongoDB support matrix:
35
mongodb_package: mongodb-org
36
37
# You can control installed version via this param.
38
-# Should be '3.4', '3.6' or '4.0'. This role doesn't support MongoDB < 3.4.
+# Should be '3.4', '3.6', '4.0' or '4.2'. This role doesn't support MongoDB < 3.4.
39
# I will recommend you to use latest version of MongoDB.
40
-mongodb_version: "3.6"
+mongodb_version: "4.2"
41
42
mongodb_pymongo_from_pip: true # Install latest PyMongo via PIP or package manager
43
mongodb_pymongo_pip_version: 3.6.1 # Choose PyMong version to install from pip. If not set use latest
0 commit comments