Commit Graph

5 Commits (943f4ebccf88b1e9f8a9734514d878b8a32c454b)

Author SHA1 Message Date
Toshio Kuratomi 4ed88512e4 Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423)
We couldn't copy to_unicode, to_bytes, to_str into module_utils because
of licensing.  So once created it we had two sets of functions that did
the same things but had different implementations.  To remedy that, this
change removes the ansible.utils.unicode versions of those functions.
9 years ago
Toshio Kuratomi bd68c324ce Get the ssh plugin working with python3 (#17234) 9 years ago
Toshio Kuratomi 2b8a0cdddc Fix ssh connection unittests for python3.4 10 years ago
James Cammarata f0d3284ead Adding more unit tests for ssh connection plugin 10 years ago
James Cammarata 2f472fd4e9 Adding start of ssh connection unit tests 10 years ago