mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
Further fixes to support binary data. Added boolean return values and return documentation.
This commit is contained in:
parent
c2ca0a9e93
commit
aaa9541abd
2 changed files with 48 additions and 2 deletions
|
@ -116,3 +116,16 @@ EXAMPLES = '''
|
|||
value: hello
|
||||
state: absent
|
||||
'''
|
||||
RETURN = '''
|
||||
data_changed:
|
||||
description: whether this invocation changed the data in the registry value
|
||||
returned: always
|
||||
type: boolean
|
||||
sample: false
|
||||
data_type_changed:
|
||||
description: whether this invocation changed the datatype of the registry value
|
||||
returned: always
|
||||
type: boolean
|
||||
sample: true
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue