mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
Removed deprecated Windows items slated for removed in 2.7 (#43231)
This commit is contained in:
parent
5eb47066e3
commit
2c9cbae3f9
7 changed files with 13 additions and 472 deletions
|
@ -108,6 +108,19 @@ Noteworthy module changes
|
|||
escape any double quotes in the value. This is no longer required and the escaping may cause further
|
||||
issues.
|
||||
|
||||
* The ``win_uri`` module has removed the deprecated option ``use_basic_parsing``, since Ansible 2.5 this option did
|
||||
nothing
|
||||
|
||||
* The ``win_scheduled_task`` module has removed the following deprecated options:
|
||||
|
||||
* ``executable``, use ``path`` in an actions entry instead
|
||||
* ``argument``, use ``arguments`` in an actions entry instead
|
||||
* ``store_password``, set ``logon_type: password`` instead
|
||||
* ``days_of_week``, use ``monthlydow`` in a triggers entry instead
|
||||
* ``frequency``, use ``type``, in a triggers entry instead
|
||||
* ``time``, use ``start_boundary`` in a triggers entry instead
|
||||
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue