Fixed RETURN documentation
This commit is contained in:
parent
91d7f1b34d
commit
b9a7fbbf41
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue