Add seealso section to Windows and related modules (#49845)

* Add seealso section to Windows and related modules

* Fixes after review
This commit is contained in:
Dag Wieers 2018-12-15 03:23:59 +01:00 committed by GitHub
parent 79947245e2
commit 26474c6902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
105 changed files with 479 additions and 129 deletions

View file

@ -35,8 +35,6 @@ options:
- The parent key to use when comparing the contents of the registry to the contents of the file. Needs to be in HKLM or HKCU part of registry.
Use a PS-Drive style path for example HKLM:\SOFTWARE not HKEY_LOCAL_MACHINE\SOFTWARE
If not supplied, or the registry key is not found, no comparison will be made, and the module will report changed.
author:
- Jon Hawkesworth (@jhawkesworth)
notes:
- Organise your registry files so that they contain a single root registry
key if you want to use the compare_to functionality.
@ -46,6 +44,11 @@ notes:
differences on subsequent runs.
To force registry change, use M(win_regedit) with state=absent before
using M(win_regmerge).
seealso:
- module: win_reg_stat
- module: win_regedit
author:
- Jon Hawkesworth (@jhawkesworth)
'''
EXAMPLES = r'''