ansible/lib/ansible/parsing
Toshio Kuratomi b945846814 Remove dead code
I wrote this code because we had a traceback at some point with pyyaml
not able to handle our AnsibleUnicode type (the C library was doing an
exact match to python's unicode type rather than testing with the object
inheritance hierarchy.) Neither jimi think that AnsibleUnicode gets
passed into this function anymore, though, so we think it is safe to remove.
2018-03-12 12:13:19 -07:00
..
utils Remove dead code 2018-03-12 12:13:19 -07:00
vault Remove deprecated code (#34828) 2018-01-23 12:02:09 -06:00
yaml Only template each hostvars var on-demand (fixes #33259) 2018-02-15 10:09:04 -05:00
__init__.py
dataloader.py Move yaml loading functions from DataLoader into a utility module. 2018-01-22 16:54:53 -08:00
metadata.py Guard against assignments that are not ast.Name in docs parsing (#35513) 2018-01-30 12:56:16 -06:00
mod_args.py Remove shell module specialcases 2017-12-21 20:42:44 -08:00
plugin_docs.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
quoting.py ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
splitter.py Fix a unicodeerror so that we get the correct error message (#34058) 2017-12-19 16:26:30 -06:00