Fixed RETURN documentation

This commit is contained in:
pascalheraud 2016-03-30 21:39:50 +02:00 committed by Matt Clay
parent e3524fbf00
commit a68ef49ff6

View file

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