Fixed RETURN documentation

pull/18777/head
pascalheraud 9 years ago committed by Matt Clay
parent e3524fbf00
commit a68ef49ff6

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

Loading…
Cancel
Save