Native YAML - Database/musc (#3603)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 14:01:59 +00:00 committed by Matt Clay
parent fb50f129ea
commit 7ac053576e
4 changed files with 73 additions and 17 deletions

View file

@ -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 = '''