From 1d12f136123ab930ca520bb02955c059a6b02b53 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 28 Apr 2017 18:16:25 +0100 Subject: [PATCH] dict, not dictionary (#24123) --- lib/ansible/modules/web_infrastructure/rundeck_acl_policy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/web_infrastructure/rundeck_acl_policy.py b/lib/ansible/modules/web_infrastructure/rundeck_acl_policy.py index bf80e1a73b9..14c0f14c225 100644 --- a/lib/ansible/modules/web_infrastructure/rundeck_acl_policy.py +++ b/lib/ansible/modules/web_infrastructure/rundeck_acl_policy.py @@ -104,11 +104,11 @@ rundeck_response: before: description: dictionnary containing ACL policy informations before modification. returned: success - type: dictionnary + type: dict after: description: dictionnary containing ACL policy informations after modification. returned: success - type: dictionnary + type: dict ''' # import module snippets