Add changelog for using include/import with adhoc

This commit is contained in:
Toshio Kuratomi 2017-10-09 20:51:08 -07:00
parent ed1f6df9d3
commit e5b8809ea2

View file

@ -114,7 +114,8 @@ Ansible Changes By Release
* added toggle for vars_plugin behaviour to execute relative to playbook, set default to revert to previous way. * added toggle for vars_plugin behaviour to execute relative to playbook, set default to revert to previous way.
* Fix for win_copy to not remove destination file on change when in check mode (https://github.com/ansible/ansible/pull/31469) * Fix for win_copy to not remove destination file on change when in check mode (https://github.com/ansible/ansible/pull/31469)
* Fix include_role usage of role_name (https://github.com/ansible/ansible/pull/31463) * Fix include_role usage of role_name (https://github.com/ansible/ansible/pull/31463)
* Fix service nad package forcing a second run of the setup module to function (https://github.com/ansible/ansible/issues/31485) * Fix service and package forcing a second run of the setup module to function (https://github.com/ansible/ansible/issues/31485)
* Better error message when attempting to use include or import with /usr/bin/ansible (https://github.com/ansible/ansible/pull/31492/)
<a id="2.4"></a> <a id="2.4"></a>