1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix type in RETURN for bitbucket_deploy_key

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-12-20 11:06:23 +05:30 committed by Matt Clay
parent 3f8d541326
commit 4a82ea8392

View file

@ -119,7 +119,7 @@ RETURN = '''
msg: msg:
description: the status message describing what occurred description: the status message describing what occurred
returned: always returned: always
type: string type: str
sample: "Deploy key added successfully" sample: "Deploy key added successfully"
http_status_code: http_status_code: