mirror of https://github.com/ansible/ansible.git
Fix encoding error with path to ssh
As reported on the mailing list, if ssh_executable (from a config
setting) contains nonascii characters then we could get a UnicodeError
here. Transform into bytes before passing to subprocess so that
subprocess doesn't transform to bytes for us.
(cherry picked from commit 86d8a4ff50
)
pull/30791/head
parent
bca1818b1e
commit
4afe8ed2ef
Loading…
Reference in New Issue