mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
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.