Various fixes to win_regedit and documentation (#2436)

This commit is contained in:
jhawkesworth 2016-06-16 20:32:53 +01:00 committed by Matt Clay
parent 5d63d0b8d1
commit b32c550e22
2 changed files with 18 additions and 6 deletions

View file

@ -126,6 +126,12 @@ EXAMPLES = '''
key: HKCU:\Software\MyCompany
value: hello
state: absent
# Ensure registry paths containing spaces are quoted.
# Creates Registry Key called 'My Company'.
win_regedit:
key: 'HKCU:\Software\My Company'
'''
RETURN = '''
data_changed: