mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-21 15:50:22 -07:00
Win deprecate 2.8 (#45473)
* Remove deprecated/expired functionality * win:_msi: Remove the win_msi module * removed some missed deprecated return options and added porting guide reference Co-authored-by: dagwieers <dagwieers@users.noreply.github.com>
This commit is contained in:
parent
ec6d82435f
commit
01398f61d5
12 changed files with 32 additions and 184 deletions
|
@ -57,6 +57,19 @@ Noteworthy module changes
|
|||
* 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.
|
||||
|
||||
* The ``win_feature`` module has removed the deprecated ``restart_needed`` return value, use the standardised
|
||||
``reboot_required`` value instead.
|
||||
|
||||
* The ``win_package`` module has removed the deprecated ``restart_required`` and ``exit_code`` return value, use the
|
||||
standardised ``reboot_required`` and ``rc`` value instead.
|
||||
|
||||
* The ``win_get_url`` module has removed the deprecated ``win_get_url`` return dictionary, contained values are
|
||||
returned directly.
|
||||
|
||||
* The ``win_get_url`` module has removed the deprecated ``skip_certificate_validation`` option, use the standardised
|
||||
``validate_certs`` option instead.
|
||||
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue