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
..
callbacks make callbacks modular 2012-08-18 19:43:08 -04:00
inventory Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time. 2012-08-18 09:52:13 -04:00
playbook Local actions, they're like aliases for actions with localhost 2012-08-20 18:26:21 -04:00
runner Enable UTF-8 commands via the raw module 2012-08-20 18:26:21 -04:00
__init__.py Release bump 2012-08-06 19:55:27 -04:00
callbacks.py make callbacks modular 2012-08-18 19:43:08 -04:00
color.py formatting 2012-08-11 18:41:36 -04:00
constants.py make connection types pluggable 2012-08-18 10:52:24 -04:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
module_common.py Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules. 2012-08-11 18:13:29 -04:00
utils.py Handle UTF-8 in templates 2012-08-20 18:26:21 -04:00