mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Native YAML - Database/musc (#3603)
This commit is contained in:
committed by
Matt Clay
parent
fb50f129ea
commit
7ac053576e
@@ -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 = '''
|
||||
|
||||
Reference in New Issue
Block a user