mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 12:10:31 -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:
|
||||
description: An array of key objects that were deleted. Only present on state=absent
|
||||
type: list
|
||||
elements: dict
|
||||
returned: When state=absent
|
||||
sample: [{
|
||||
"id": 3,
|
||||
|
|
Loading…
Add table
Reference in a new issue