From 4a82ea8392c74eca2352a1dda599f046e8fa68b4 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Thu, 20 Dec 2018 11:06:23 +0530 Subject: [PATCH] Fix type in RETURN for bitbucket_deploy_key Signed-off-by: Abhijeet Kasurde --- lib/ansible/modules/source_control/bitbucket_deploy_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/source_control/bitbucket_deploy_key.py b/lib/ansible/modules/source_control/bitbucket_deploy_key.py index 14b473a7a6..292beb203c 100644 --- a/lib/ansible/modules/source_control/bitbucket_deploy_key.py +++ b/lib/ansible/modules/source_control/bitbucket_deploy_key.py @@ -119,7 +119,7 @@ RETURN = ''' msg: description: the status message describing what occurred returned: always - type: string + type: str sample: "Deploy key added successfully" http_status_code: