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