mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
filters/dict: document the correct return value (#9145)
This commit is contained in:
parent
2a66ac719a
commit
dc856ab6fe
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = '''
|
||||
_value:
|
||||
description: The dictionary having the provided key-value pairs.
|
||||
type: boolean
|
||||
description: A dictionary with the provided key-value pairs.
|
||||
type: dictionary
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue