mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
Small consistency fixes (#23294)
This commit is contained in:
committed by
John R Barker
parent
b9b4e68206
commit
e66c98281e
@@ -45,7 +45,7 @@ options:
|
||||
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:
|
||||
@@ -73,9 +73,9 @@ options:
|
||||
- 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)"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user