make pipelining actually backwards compatible

restore ssh specific setting the global, in the future these will be separate.

(cherry picked from commit 2d70dc7f21)
This commit is contained in:
Brian Coca 2017-10-03 09:54:32 -04:00
parent 0e7fe0fe2e
commit 04a059e406

View file

@ -80,6 +80,7 @@ Ansible Changes By Release
* restore pre 2.4 pipeline configuration options (env and ini)
* Fix win_copy regression: handling of vault-encrypted source files (https://github.com/ansible/ansible/pull/31084)
* Updated return values for win_reg_stat to correctly show what is being returned (https://github.com/ansible/ansible/pull/31252)
* reduced normal error redundancy and verbosity, display on increased and when needed
<a id="2.4"></a>