community.general/lib/ansible/inventory
Toshio Kuratomi 23305540b4 Make ini parsing slightly more robust
Prior to this commit, the ini parser would fail if the inventory was
not 100% utf-8.  This commit makes this slightly more robust by
omitting full line comments from that requirement.

Fixes #17593
2016-10-04 11:24:50 -07:00
..
vars_plugins Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
__init__.py Feature/add ansible play hosts all (#17498) 2016-09-23 11:17:46 -04:00
dir.py Make ini parsing slightly more robust 2016-10-04 11:24:50 -07:00
expand_hosts.py Be systematic about parsing and validating hostnames and addresses 2015-09-11 21:47:18 +05:30
group.py Mark implicitly hosts as such and exclude them from the all group 2016-06-04 18:53:47 -05:00
host.py Performance improvements 2016-08-08 15:58:46 -05:00
ini.py Make ini parsing slightly more robust 2016-10-04 11:24:50 -07:00
script.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
yaml.py Fix typo 2016-09-08 19:01:37 +05:30