summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2017-04-28 18:16:25 +0100
committerGitHub <noreply@github.com>2017-04-28 18:16:25 +0100
commit1d12f136123ab930ca520bb02955c059a6b02b53 (patch)
treeb9971806ff6c2b67251b49f97b782f919a0575d1
parent96d2dbb11e215e3798d892ef7183e6c521463a38 (diff)
downloadansible-1d12f136123ab930ca520bb02955c059a6b02b53.tar.gz
dict, not dictionary (#24123)
-rw-r--r--lib/ansible/modules/web_infrastructure/rundeck_acl_policy.py4
1 files 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 bf80e1a73b..14c0f14c22 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