Browse code

Remove the change for implicit inventory and all vars

Toshio Kuratomi authored on 2017/10/19 05:59:35
Showing 1 changed files
... ...
@@ -108,7 +108,6 @@ Ansible Changes By Release
108 108
 * Fix for win_copy to copy a source file that has invalid windows characters in the filename, the dest still must be have valid windows characters (https://github.com/ansible/ansible/issues/31336#issuecomment-334649927)
109 109
 * Fix systemd module to not run daemon-reload in check mode.
110 110
 * fixed some parsing and selection issues with inventory manager, fixed minor bugs in yaml and constructed plugins
111
-* reverted implicit localhost getting vars from 'all' group
112 111
 * Fix the ping module documentation to reference win_ping instead of itself: https://github.com/ansible/ansible/pull/31444
113 112
 * Fix for ec2_win_password to allow blank key_passphrase again (https://github.com/ansible/ansible/pull/28791)
114 113
 * added toggle for vars_plugin behaviour to execute relative to playbook, set default to revert to previous way.