From 19034bae622748799f967bea785ffe95c8c69b69 Mon Sep 17 00:00:00 2001 From: Tyler Cross Date: Thu, 10 Mar 2016 13:41:04 -0500 Subject: [PATCH] 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. --- windows/win_scheduled_task.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/win_scheduled_task.py b/windows/win_scheduled_task.py index e26cbc00cf0..3c6ef9d28a9 100644 --- a/windows/win_scheduled_task.py +++ b/windows/win_scheduled_task.py @@ -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: