ansible/lib/ansible/template
Brian Coca bd70397e24 always template when called from template (#18490)
* Have template action plugin call do_template

Avoids all the magic done for 'inline templating' for ansible plays.
renamed _do_template to do_template in templar to make externally accessible.
fixes #18192

* added backwards compat as per feedback
2016-11-15 15:16:46 -05:00
..
__init__.py always template when called from template (#18490) 2016-11-15 15:16:46 -05:00
safe_eval.py Remove unnecessary warnings (#18121) 2016-10-20 22:49:49 -04:00
template.py
vars.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