This section discusses the behavioral changes between Ansible 2.5 and Ansible 2.6.
It is intended to assist in updating your playbooks, plugins and other parts of your Ansible infrastructure so they will work with this version of Ansible.
We suggest you read this page along with Ansible Changelog to understand what updates you may need to make.
This document is part of a collection on porting. The complete list of porting guides can be found at porting guides.
Topics
oif_prefix
and oif_source
properties are deprecated. Use ois_ps
parameter with a dictionary of prefix and source to values instead.Major changes in popular modules are detailed here
The following modules no longer exist:
The following modules will be removed in Ansible 2.10. Please update your playbooks accordingly.
upgrade
module option for win_chocolatey
has been removed; use state: latest
instead.reboot
module option for win_feature
has been removed; use the win_reboot
action plugin insteadwin_iis_webapppool
module no longer accepts a string for the atributes
module option; use the free form dictionary value insteadname
module option for win_package
has been removed; this is not used anywhere and should just be removed from your playbookswin_regedit
module no longer automatically corrects the hive path HCCC
to HKCC
; use HKCC
because this is the correct hive pathNo notable changes.
No notable changes.