mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Return type is dict, not dictionary (#24191)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user