Skip to content

Commit

Permalink
Update pymongo note (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister authored Jul 27, 2024
1 parent 1654142 commit 6f10aa2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/mongodb_maintenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
type: bool
default: false
notes:
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
- Requires the pymongo Python package on the remote host, version 4+.. This
can be installed using pip or the OS package manager.
@see U(http://api.mongodb.org/python/current/installation.html)
requirements:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/mongodb_oplog.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
default: false
required: false
notes:
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
- Requires the pymongo Python package on the remote host, version 4+.. This
can be installed using pip or the OS package manager.
@see U(http://api.mongodb.org/python/current/installation.html)
requirements:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/mongodb_replicaset.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
- hello
default: hello
notes:
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
- Requires the pymongo Python package on the remote host, version 4+.. This
can be installed using pip or the OS package manager.
@see U(http://api.mongodb.org/python/current/installation.html)
requirements:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/mongodb_shard_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
type: str
default: "mongos"
notes:
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
- Requires the pymongo Python package on the remote host, version 4+.. This
can be installed using pip or the OS package manager.
@see U(http://api.mongodb.org/python/current/installation.html)
requirements:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/mongodb_shard_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
type: str
default: "mongos"
notes:
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
- Requires the pymongo Python package on the remote host, version 4+.. This
can be installed using pip or the OS package manager.
@see U(http://api.mongodb.org/python/current/installation.html)
requirements:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/mongodb_shutdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
type: int
default: 10
notes:
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
- Requires the pymongo Python package on the remote host, version 4+.. This
can be installed using pip or the OS package manager.
@see U(http://api.mongodb.org/python/current/installation.html)
requirements:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/mongodb_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- minimal
default: default
notes:
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
- Requires the pymongo Python package on the remote host, version 4+.. This
can be installed using pip or the OS package manager.
@see U(http://api.mongodb.org/python/current/installation.html)
requirements:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/mongodb_stepdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
type: bool
default: false
notes:
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
- Requires the pymongo Python package on the remote host, version 4+.. This
can be installed using pip or the OS package manager.
@see U(http://api.mongodb.org/python/current/installation.html)
requirements:
Expand Down

0 comments on commit 6f10aa2

Please sign in to comment.