community.general/lib/ansible/parsing
Brian Coca 5852df57f4 allow dataloader to use descriptors (#40627)
also fixed improper uses of str()

fixes #40383
2018-05-24 12:29:37 +10:00
..
utils Enabled unsafe and vault in JSON (#38759) 2018-05-09 14:01:51 -04:00
vault vault: check dir existence before creating a file (#40010) 2018-05-11 19:29:44 +02:00
yaml Only template each hostvars var on-demand (fixes #33259) 2018-02-15 10:09:04 -05:00
__init__.py
ajson.py Enabled unsafe and vault in JSON (#38759) 2018-05-09 14:01:51 -04:00
dataloader.py allow dataloader to use descriptors (#40627) 2018-05-24 12:29:37 +10: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 Optimizations in mod_args parsing 2018-03-26 10:08:38 -07:00
plugin_docs.py Fix encoding issue when parsing plugin examples 2018-05-08 12:21:52 -07:00
quoting.py
splitter.py