diff --git a/lib/ansible/modules/web_infrastructure/rundeck_project.py b/lib/ansible/modules/web_infrastructure/rundeck_project.py index bff5ef537d0..be6fe255777 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