community.general/lib/ansible/runner
Grzegorz Nosek 73b0dd4ac0 Enable UTF-8 commands via the raw module
Paramiko does not allow Unicode strings as parameters, so encode
the command to UTF-8.

Test case:

ansible localhost -m raw -a 'echo ą'

(also tested on local and ssh transports without problems)
2012-08-20 18:26:21 -04:00
..
connections make connection types pluggable 2012-08-18 10:52:24 -04:00
__init__.py Enable UTF-8 commands via the raw module 2012-08-20 18:26:21 -04:00
connection.py make connection types pluggable 2012-08-18 10:52:24 -04:00
poller.py Import ansible errors in Poller. 2012-06-25 20:48:35 +02:00
return_data.py Moved Runner's ReturnData class to a seperate file. 2012-08-18 09:30:33 -04:00