mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
mongodb_replicaset module and test exception (#49690)
* Clean up from previous fork * Minor doc update * Fix doc string return type * Minor doc updates * Keeping fresh * Various changes to documentation, cosmetics and code logic Please test :-) * Fix typo * Various small changes as requested * Remove traceback ref * try catch changes * Tidy description * Correct data type in documentation * Fix for 4.0
This commit is contained in:
committed by
Dag Wieers
parent
46d869e7bd
commit
7f50f467fe
@@ -11,6 +11,7 @@ def main():
|
||||
'lib/ansible/modules/cloud/lxc/lxc_container.py',
|
||||
'lib/ansible/modules/cloud/rackspace/rax_files_objects.py',
|
||||
'lib/ansible/modules/database/mongodb/mongodb_parameter.py',
|
||||
'lib/ansible/modules/database/mongodb/mongodb_replicaset.py',
|
||||
'lib/ansible/modules/database/mongodb/mongodb_shard.py',
|
||||
'lib/ansible/modules/database/mongodb/mongodb_user.py',
|
||||
'lib/ansible/modules/database/postgresql/postgresql_db.py',
|
||||
|
||||
Reference in New Issue
Block a user