community.general/lib/ansible/parsing
Toshio Kuratomi 1f2595306a normalize path components to unicode before combining or operating on them
Note that this will break if we deal with non-utf8 paths.  Fixing this
way because converting everythig to byte strings instead is a very
invasive task so it should be done as a specific feature to provide
support for non-utf8 paths at some point in the future (if needed).
2016-02-26 10:29:37 -08:00
..
utils allow for non standard hostnames 2015-12-21 13:42:34 -05:00
vault better error messages when failing to decrypt 2016-02-18 08:57:28 -08:00
yaml Use a unicode format string so that we don't convert to byte strings 2016-02-26 10:29:37 -08:00
__init__.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00
dataloader.py normalize path components to unicode before combining or operating on them 2016-02-26 10:29:37 -08:00
mod_args.py Added more info to the no action detected error 2016-02-08 16:51:10 -05:00
quoting.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00
splitter.py raise AnsibleError as an 'expected' exception 2016-01-25 22:20:55 -05:00