mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 00:46:34 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user