Further fixes to support binary data. Added boolean return values and return documentation.

This commit is contained in:
jhawkesworth@users.noreply.github.com 2016-04-14 21:22:10 +01:00 committed by Matt Clay
commit aaa9541abd
2 changed files with 48 additions and 2 deletions

View file

@ -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
'''