mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 03:30:22 -07:00
added elements qualifier to deleted_keys
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
ee5c34b6ca
commit
f2b71ac547
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ RETURN = '''
|
||||||
deleted_keys:
|
deleted_keys:
|
||||||
description: An array of key objects that were deleted. Only present on state=absent
|
description: An array of key objects that were deleted. Only present on state=absent
|
||||||
type: list
|
type: list
|
||||||
|
elements: dict
|
||||||
returned: When state=absent
|
returned: When state=absent
|
||||||
sample: [{
|
sample: [{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue