summaryrefslogtreecommitdiff
path: root/windows/win_regedit.py
diff options
context:
space:
mode:
author= <jhawkesworth@users.noreply.github.com>2016-04-15 06:51:16 +0100
committer= <jhawkesworth@users.noreply.github.com>2016-04-15 06:51:16 +0100
commit2ecb1a37dcfb0e432c87a8610321c08659e771e1 (patch)
tree2893f0b75984effaf5b45d0f76d46302fc9adf5b /windows/win_regedit.py
parent7a8d3cf392d4afcc263955192564774d722da466 (diff)
downloadansible-modules-extras-2ecb1a37dcfb0e432c87a8610321c08659e771e1.tar.gz
Documentation improvements
Diffstat (limited to 'windows/win_regedit.py')
-rw-r--r--windows/win_regedit.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/windows/win_regedit.py b/windows/win_regedit.py
index f428d1fc..47dc0a6c 100644
--- a/windows/win_regedit.py
+++ b/windows/win_regedit.py
@@ -43,7 +43,7 @@ options:
aliases: []
data:
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
default: null
aliases: []
@@ -119,13 +119,12 @@ EXAMPLES = '''
RETURN = '''
data_changed:
description: whether this invocation changed the data in the registry value
- returned: always
+ returned: success
type: boolean
- sample: false
+ sample: False
data_type_changed:
description: whether this invocation changed the datatype of the registry value
- returned: always
+ returned: success
type: boolean
- sample: true
+ sample: True
'''
-