Add note server 2012 note to win_scheduled_task.

This change adds a note to the win_scheduled_task module
docs that indicates Windows Server 2012 or later is required.
This is because the module relies on the Get-ScheduledTask
cmdlet, which is a part of the Server 2012 OS. Previous
versions, like Server 2008, simply can't work with this
module.
This commit is contained in:
Tyler Cross 2016-03-10 13:41:04 -05:00 committed by Matt Clay
parent 0ebabc50e4
commit c84bd72496

View file

@ -25,6 +25,8 @@ version_added: "2.0"
short_description: Manage scheduled tasks
description:
- Manage scheduled tasks
notes:
- This module requires Windows Server 2012 or later.
options:
name:
description: