community.general/lib/ansible
Toshio Kuratomi 94a9ed0ee1 Set decoding of path to unicode to raise an exception if non-utf8
Letting it pass would just cause an error later on (no such file found)
so it's better to catch it here and know that we have users dealing with
non-utf8 pathnames than to have to track it down from later on.
2016-01-19 05:48:12 -08:00
..
cli Make all parts of messages and pathnames into unicode so that we don't get UnicodeError tracebacks. 2016-01-19 05:45:21 -08:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors be consistent about conversion to_str 2016-01-18 21:55:56 -05:00
executor Don't clear start at task flag until all hosts are advanced 2016-01-18 22:56:10 -05:00
galaxy Prevent traceback. 2016-01-13 20:50:19 -08:00
inventory Set decoding of path to unicode to raise an exception if non-utf8 2016-01-19 05:48:12 -08:00
module_utils fixed exception handling to be 2.4 compatible 2016-01-19 08:31:53 -05:00
modules updated submodule refs 2016-01-18 21:55:56 -05:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Allow module args as k=v pairs when using the module: option with local_action 2016-01-18 14:32:44 -05:00
playbook Fix with loop + delegate issues 2016-01-18 17:35:00 -05:00
plugins Turn results that come from traceback messages into unicode, not str. 2016-01-18 14:43:55 -08:00
template keep string type filters as strings 2015-12-08 12:52:20 -08:00
utils correctly deals with non serializable type 2016-01-18 15:17:43 -05:00
vars move hostvars.vars to vars 2015-12-22 00:24:35 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py output color is now configurable 2015-12-29 17:40:47 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00