Skip to content

Commit

Permalink
Small consistency fixes (ansible#23294)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers authored and gundalow committed Apr 5, 2017
1 parent b9b4e68 commit e66c982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ansible/modules/windows/win_regedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
description:
- Name of registry entry in C(path).
- This is an entry in the above C(key) parameter.
- If not provided, or empty we use the default name '(default)'
- If not provided, or empty we use the default name '(default)'.
aliases: [ entry ]
data:
description:
Expand Down Expand Up @@ -73,9 +73,9 @@
- absent
default: present
notes:
- Check-mode C(-C/--check) and diff output (-D/--diff) are supported, so that you can test every change against the active configuration before
- Check-mode C(-C/--check) and diff output C(-D/--diff) are supported, so that you can test every change against the active configuration before
applying changes.
- Beware that some registry hives (HKEY_USERS in particular) do not allow to create new registry paths.
- Beware that some registry hives (C(HKEY_USERS) in particular) do not allow to create new registry paths.
author: "Adam Keech (@smadam813), Josh Ludwig (@joshludwig)"
'''

Expand Down

0 comments on commit e66c982

Please sign in to comment.