ansible/v2
Toshio Kuratomi ee831e1071 Fix v2 for #10426
Note: In v1 we fix this by transforming into unicode just before we use
it (when we send it to jinja2) because jinja2 cannot handle non-ascii
characters in str.

In v2 our model is that all text values need to be stored as unicode
type internally.  So we transform this to unicode when we read it from
the inventory file and save it into the internal dict instead.
2015-03-11 21:28:45 -07:00
..
ansible Fix v2 for #10426 2015-03-11 21:28:45 -07:00
bin For now throw an exception if decoding a non-utf8 extra var 2015-02-02 14:14:18 -08:00
hacking fixed function call to proper number of params 2015-03-04 09:43:13 -05:00
samples Fixing bug related to dynamic includes + with* loops 2015-03-04 13:52:32 -06:00
scripts Add the python3 compat header 2014-10-28 20:41:51 -04:00
test Moving more action plugins over and fixing some bugs with role loading 2015-01-07 10:48:33 -06:00
README-tests.md Add a README for the v2 unittests 2014-10-15 18:25:54 -04:00