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/lib/ansible/utils
Michael DeHaan d7206d84bb Allows Jinja2 that starts a YAML line to not cause a syntax error.
Technically this isn't quite valid YAML when this happens, so we make it valid.  This means that if a future commander
API allows save/load it should make sure it does similar processing.
2013-04-10 18:07:19 -04:00
..
__init__.py Allows Jinja2 that starts a YAML line to not cause a syntax error. 2013-04-10 18:07:19 -04:00
module_docs.py more places to use yaml.safe_load 2013-02-23 13:34:14 -05:00
plugins.py vars_loader should get the path to the inventory + vars_plugins 2013-03-01 23:22:52 +01:00
template.py Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we 2013-04-10 17:52:35 -04:00