From 93de12884455f27d92a0e2bcaa21a446521060d8 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 2 May 2017 08:59:04 +0100 Subject: [PATCH] Return type is dict, not dictionary (#24191) --- lib/ansible/modules/web_infrastructure/rundeck_project.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/web_infrastructure/rundeck_project.py b/lib/ansible/modules/web_infrastructure/rundeck_project.py index bff5ef537d..be6fe25577 100644 --- a/lib/ansible/modules/web_infrastructure/rundeck_project.py +++ b/lib/ansible/modules/web_infrastructure/rundeck_project.py @@ -83,11 +83,11 @@ rundeck_response: before: description: dictionnary containing project informations before modification returned: success - type: dictionnary + type: dict after: description: dictionnary containing project informations after modification returned: success - type: dictionnary + type: dict ''' # import module snippets