mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-01 04:30:22 -07:00
Various fixes to win_regedit and documentation (#2436)
This commit is contained in:
parent
5d63d0b8d1
commit
b32c550e22
2 changed files with 18 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue