updated changelog for win_copy fix

This commit is contained in:
Jordan Borean 2017-10-10 06:35:00 +10:00
parent fe4eedf5b6
commit 9522309b99

View file

@ -111,7 +111,8 @@ Ansible Changes By Release
* reverted implicit localhost getting vars from 'all' group
* Fix the ping module documentation to reference win_ping instead of itself: https://github.com/ansible/ansible/pull/31444
* Fix for ec2_win_password to allow blank key_passphrase again (https://github.com/ansible/ansible/pull/28791)
* 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)
<a id="2.4"></a>