summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/windows/win_power_plan.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/windows/win_power_plan.py')
-rw-r--r--lib/ansible/modules/windows/win_power_plan.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ansible/modules/windows/win_power_plan.py b/lib/ansible/modules/windows/win_power_plan.py
index f6b2da4485..5bfd151552 100644
--- a/lib/ansible/modules/windows/win_power_plan.py
+++ b/lib/ansible/modules/windows/win_power_plan.py
@@ -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 = '''