1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/v2/ansible/inventory
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
..
vars_plugins Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
__init__.py Fixing some v2 inventory bugs 2015-01-28 13:21:52 -06:00
dir.py Fixing some v2 inventory bugs 2015-01-28 13:21:52 -06:00
expand_hosts.py Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
group.py Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
host.py Getting dynamic includes working a bit better on v2 2015-03-04 13:52:31 -06:00
ini.py Fix v2 for #10426 2015-03-11 21:28:45 -07:00
script.py Fixing some v2 inventory bugs 2015-01-28 13:21:52 -06:00