Fixed RETURN documentation
This commit is contained in:
parent
e3524fbf00
commit
a68ef49ff6
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ endpoint=ovh-eu application_key=yourkey \
|
||||||
application_secret=yoursecret consumer_key=yourconsumerkey
|
application_secret=yoursecret consumer_key=yourconsumerkey
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
RETURN = '''
|
||||||
|
'''
|
||||||
|
|
||||||
def getOvhClient(ansibleModule):
|
def getOvhClient(ansibleModule):
|
||||||
endpoint = ansibleModule.params.get('endpoint')
|
endpoint = ansibleModule.params.get('endpoint')
|
||||||
|
|
Loading…
Add table
Reference in a new issue