Files
community.general/lib/ansible
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
..
2012-08-18 19:43:08 -04:00
2012-08-06 19:55:27 -04:00
2012-08-18 19:43:08 -04:00
2012-08-11 18:41:36 -04:00
2012-08-18 10:52:24 -04:00
2012-08-20 18:26:21 -04:00