diff --git a/plugins/modules/mongodb_maintenance.py b/plugins/modules/mongodb_maintenance.py index 36e6c0721..8936d25ca 100644 --- a/plugins/modules/mongodb_maintenance.py +++ b/plugins/modules/mongodb_maintenance.py @@ -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: diff --git a/plugins/modules/mongodb_oplog.py b/plugins/modules/mongodb_oplog.py index cd3287552..ebdfad49f 100644 --- a/plugins/modules/mongodb_oplog.py +++ b/plugins/modules/mongodb_oplog.py @@ -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: diff --git a/plugins/modules/mongodb_replicaset.py b/plugins/modules/mongodb_replicaset.py index ad37d6db3..10e41b590 100644 --- a/plugins/modules/mongodb_replicaset.py +++ b/plugins/modules/mongodb_replicaset.py @@ -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: diff --git a/plugins/modules/mongodb_shard_tag.py b/plugins/modules/mongodb_shard_tag.py index 5832505fd..9d49ddf9d 100644 --- a/plugins/modules/mongodb_shard_tag.py +++ b/plugins/modules/mongodb_shard_tag.py @@ -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: diff --git a/plugins/modules/mongodb_shard_zone.py b/plugins/modules/mongodb_shard_zone.py index 9f0d8ec4b..839616c96 100644 --- a/plugins/modules/mongodb_shard_zone.py +++ b/plugins/modules/mongodb_shard_zone.py @@ -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: diff --git a/plugins/modules/mongodb_shutdown.py b/plugins/modules/mongodb_shutdown.py index bc3f69e41..87cfcc7b9 100644 --- a/plugins/modules/mongodb_shutdown.py +++ b/plugins/modules/mongodb_shutdown.py @@ -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: diff --git a/plugins/modules/mongodb_status.py b/plugins/modules/mongodb_status.py index 84f198acf..f7947143c 100644 --- a/plugins/modules/mongodb_status.py +++ b/plugins/modules/mongodb_status.py @@ -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: diff --git a/plugins/modules/mongodb_stepdown.py b/plugins/modules/mongodb_stepdown.py index 6635dfd70..4d521b16a 100644 --- a/plugins/modules/mongodb_stepdown.py +++ b/plugins/modules/mongodb_stepdown.py @@ -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: