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:
parent
3f8d541326
commit
4a82ea8392
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue