You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/modules/mongodb_maintenance.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,9 @@
29
29
type: bool
30
30
default: false
31
31
notes:
32
-
- Requires the pymongo Python package on the remote host, version 4+. This
33
-
can be installed using pip or the OS package manager. @see U(https://www.mongodb.com/docs/languages/python/pymongo-driver/current/get-started/download-and-install/)
32
+
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
33
+
can be installed using pip or the OS package manager.
Copy file name to clipboardExpand all lines: plugins/modules/mongodb_oplog.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,9 @@
38
38
default: false
39
39
required: false
40
40
notes:
41
-
- Requires the pymongo Python package on the remote host, version 4+. This
42
-
can be installed using pip or the OS package manager. @see U(https://www.mongodb.com/docs/languages/python/pymongo-driver/current/get-started/download-and-install/)
41
+
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
42
+
can be installed using pip or the OS package manager.
Copy file name to clipboardExpand all lines: plugins/modules/mongodb_replicaset.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,9 @@
111
111
- hello
112
112
default: hello
113
113
notes:
114
-
- Requires the pymongo Python package on the remote host, version 4+. This
115
-
can be installed using pip or the OS package manager. @see U(https://www.mongodb.com/docs/languages/python/pymongo-driver/current/get-started/download-and-install/)
114
+
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
115
+
can be installed using pip or the OS package manager.
Copy file name to clipboardExpand all lines: plugins/modules/mongodb_shard_tag.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,9 @@
49
49
type: str
50
50
default: "mongos"
51
51
notes:
52
-
- Requires the pymongo Python package on the remote host, version 4+. This
53
-
can be installed using pip or the OS package manager. @see U(https://www.mongodb.com/docs/languages/python/pymongo-driver/current/get-started/download-and-install/)
52
+
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
53
+
can be installed using pip or the OS package manager.
Copy file name to clipboardExpand all lines: plugins/modules/mongodb_shard_zone.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,9 @@
54
54
type: str
55
55
default: "mongos"
56
56
notes:
57
-
- Requires the pymongo Python package on the remote host, version 4+. This
58
-
can be installed using pip or the OS package manager. @see U(https://www.mongodb.com/docs/languages/python/pymongo-driver/current/get-started/download-and-install/)
57
+
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
58
+
can be installed using pip or the OS package manager.
Copy file name to clipboardExpand all lines: plugins/modules/mongodb_shutdown.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,9 @@
33
33
type: int
34
34
default: 10
35
35
notes:
36
-
- Requires the pymongo Python package on the remote host, version 4+. This
37
-
can be installed using pip or the OS package manager. @see U(https://www.mongodb.com/docs/languages/python/pymongo-driver/current/get-started/download-and-install/)
36
+
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
37
+
can be installed using pip or the OS package manager.
0 commit comments