mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 11:13:10 +00:00
Fixed RETURN documentation
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user