mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
* clean up ansible-connection stuff * eliminate unnecessary usage of pty/termios * always use default pickle protocol * remove unnecessary wire hashing Co-authored-by: Kate Case <this.is@katherineca.se>
9 lines
629 B
YAML
9 lines
629 B
YAML
bugfixes:
|
|
- persistent connection plugins - The correct Ansible persistent connection helper is now always used.
|
|
Previously, the wrong script could be used, depending on the value of the ``PATH`` environment variable.
|
|
As a result, users were sometimes required to set ``ANSIBLE_CONNECTION_PATH`` to use the correct script.
|
|
deprecated_features:
|
|
- persistent connection plugins - The ``ANSIBLE_CONNECTION_PATH`` config option no longer has any effect, and will be removed in a future release.
|
|
breaking_changes:
|
|
- persistent connection plugins - The ``ANSIBLE_CONNECTION_PATH`` config option no longer has any effect.
|