mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Use a dedicated directory for the mongodb modules (#22187)
* Use a dedicated directory for the mongodb modules * Missing the RETURN documentation in mongodb_user
This commit is contained in:
parent
2206b5e900
commit
d942196666
4 changed files with 8 additions and 1 deletions
0
lib/ansible/modules/database/mongodb/__init__.py
Normal file
0
lib/ansible/modules/database/mongodb/__init__.py
Normal file
|
@ -189,6 +189,13 @@ EXAMPLES = '''
|
|||
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
user:
|
||||
description: The name of the user to add or remove.
|
||||
returned: success
|
||||
type: string
|
||||
'''
|
||||
|
||||
import os
|
||||
import ssl as ssl_lib
|
||||
from distutils.version import LooseVersion
|
Loading…
Add table
Add a link
Reference in a new issue