mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -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
|
@ -54,6 +54,8 @@ Noteworthy module changes
|
|||
* The ``tower_credential`` module originally required the ``ssh_key_data`` to be the path to a ssh_key_file.
|
||||
In order to work like Tower/AWX, ``ssh_key_data`` now contains the content of the file.
|
||||
The previous behavior can be achieved with ``lookup('file', '/path/to/file')``.
|
||||
* The ``win_scheduled_task`` module deprecated support for specifying a trigger repetition as a list and this format
|
||||
will be removed in Ansible 2.12. Instead specify the repetition as a dictionary value.
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue