Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: pymongo version
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Apr 23, 2024
1 parent bb6ff57 commit 99152d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/roles/mongo_6_0/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mongo_logrotate: reopen

MONGO_VERSION_MAJOR_MINOR: "6.0"
MONGO_VERSION_PATCH: "15"
PYMONGO_VERSION: "4.4.1"
PYMONGO_VERSION: "3.12.3"
MONGO_VERSION: "{{ MONGO_VERSION_MAJOR_MINOR }}.{{ MONGO_VERSION_PATCH }}"
mongo_port: "27017"
mongo_extra_conf: ''
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/mongo_7_0/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mongo_logrotate: reopen

MONGO_VERSION_MAJOR_MINOR: "7.0"
MONGO_VERSION_PATCH: "8"
PYMONGO_VERSION: "4.4.1"
PYMONGO_VERSION: "3.12.3"
MONGO_VERSION: "{{ MONGO_VERSION_MAJOR_MINOR }}.{{ MONGO_VERSION_PATCH }}"
mongo_port: "27017"
mongo_extra_conf: ''
Expand Down

0 comments on commit 99152d3

Please sign in to comment.