Fixed RETURN documentation

reviewable/pr18780/r1
pascalheraud 9 years ago committed by Toshio Kuratomi
parent 91d7f1b34d
commit b9a7fbbf41

@ -107,6 +107,8 @@ state=absent endpoint=ovh-eu application_key=yourkey \
application_secret=yoursecret consumer_key=yourconsumerkey
'''
RETURN = '''
'''
def getOvhClient(ansibleModule):
endpoint = ansibleModule.params.get('endpoint')

Loading…
Cancel
Save