Documentation improvements
This commit is contained in:
parent
7a8d3cf392
commit
2ecb1a37dc
1 changed files with 5 additions and 6 deletions
|
@ -43,7 +43,7 @@ options:
|
||||||
aliases: []
|
aliases: []
|
||||||
data:
|
data:
|
||||||
description:
|
description:
|
||||||
- Registry Value Data. Binary data should be expressed as comma separated hex values. An easy way to generate this is to run regedit.exe and use the 'Export' option to save the registry values to a file. In the file binary values will look something like this: hex:be,ef,be,ef. The 'hex:' prefix is optional.
|
- Registry Value Data. Binary data should be expressed as comma separated hex values. An easy way to generate this is to run C(regedit.exe) and use the I(Export) option to save the registry values to a file. In the exported file binary values will look like C(hex:be,ef,be,ef). The C(hex:) prefix is optional.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
@ -119,13 +119,12 @@ EXAMPLES = '''
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
data_changed:
|
data_changed:
|
||||||
description: whether this invocation changed the data in the registry value
|
description: whether this invocation changed the data in the registry value
|
||||||
returned: always
|
returned: success
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: false
|
sample: False
|
||||||
data_type_changed:
|
data_type_changed:
|
||||||
description: whether this invocation changed the datatype of the registry value
|
description: whether this invocation changed the datatype of the registry value
|
||||||
returned: always
|
returned: success
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: true
|
sample: True
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue