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

@ -19,8 +19,6 @@ description:
- The behavior is designed to ignore inherited rules since those cannot be adjusted without first disabling
the inheritance behavior. It will still print inherited rules in the output though for debugging purposes.
version_added: "2.5"
author:
- Noah Sparks (@nwsparks)
options:
path:
description:
@ -74,6 +72,10 @@ options:
- Specifying C(absent) will remove all rules matching the defined I(user).
choices: [ absent, present ]
default: present
seealso:
- module: win_audit_policy_system
author:
- Noah Sparks (@nwsparks)
'''
EXAMPLES = r'''