mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
Native YAML - Database/musc (#3603)
This commit is contained in:
parent
fb50f129ea
commit
7ac053576e
4 changed files with 73 additions and 17 deletions
|
@ -92,7 +92,10 @@ author: "Loic Blot (@nerzhul)"
|
|||
|
||||
EXAMPLES = '''
|
||||
# Set MongoDB syncdelay to 60 (this is an int)
|
||||
- mongodb_parameter: param="syncdelay" value=60 param_type="int"
|
||||
- mongodb_parameter:
|
||||
param: syncdelay
|
||||
value: 60
|
||||
param_type: int
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue