mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 11:34:15 -07:00
win_scheduled_task: add deprecation warning for repetition format (#45468)
* win_scheduled_task: add deprecation warning for repetition format * fixed up sanity issues
This commit is contained in:
parent
ee8a10b87d
commit
ec6d82435f
10 changed files with 95 additions and 44 deletions
3
changelogs/fragments/win_scheduled_task-repetition.yaml
Normal file
3
changelogs/fragments/win_scheduled_task-repetition.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- win_scheduled_task - defining a trigger repetition as an array is deprecated and will be removed in Ansible 2.12.
|
||||
Define the repetition as a dictionary instead.
|
Loading…
Add table
Add a link
Reference in a new issue