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:
parent
0ebabc50e4
commit
c84bd72496
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ version_added: "2.0"
|
||||||
short_description: Manage scheduled tasks
|
short_description: Manage scheduled tasks
|
||||||
description:
|
description:
|
||||||
- Manage scheduled tasks
|
- Manage scheduled tasks
|
||||||
|
notes:
|
||||||
|
- This module requires Windows Server 2012 or later.
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue