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

@ -17,16 +17,16 @@ description:
- Windows defaults to C(balanced) which will cause CPU throttling. In some cases it can be preferable
to change the mode to C(high performance) to increase CPU performance.
version_added: "2.4"
author:
- Noah Sparks (@nwsparks)
requirements:
- Windows Server 2008R2 (6.1)/Windows 7 or higher
options:
name:
description:
- String value that indicates the desired power plan. The power plan must already be
present on the system. Commonly there will be options for C(balanced) and C(high performance).
required: yes
requirements:
- Windows Server 2008R2 (6.1)/Windows 7 or higher
author:
- Noah Sparks (@nwsparks)
'''
EXAMPLES = '''