You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
__init__.py always template when called from template (#18490) 8 years ago
safe_eval.py Remove unnecessary warnings (#18121) 8 years ago
template.py Making the switch to v2 10 years ago
vars.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago