Skip to content

Commit 5b9c94b

Browse files
committed
Fix README.md file. Support MongoDB 4.2 as default.
1 parent 4632f4b commit 5b9c94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ MongoDB support matrix:
3535
mongodb_package: mongodb-org
3636

3737
# 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.
38+
# Should be '3.4', '3.6', '4.0' or '4.2'. This role doesn't support MongoDB < 3.4.
3939
# I will recommend you to use latest version of MongoDB.
40-
mongodb_version: "3.6"
40+
mongodb_version: "4.2"
4141

4242
mongodb_pymongo_from_pip: true # Install latest PyMongo via PIP or package manager
4343
mongodb_pymongo_pip_version: 3.6.1 # Choose PyMong version to install from pip. If not set use latest

0 commit comments

Comments
 (0)