summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/template.py
Commit message (Expand)AuthorAgeFilesLines
* Fix traceback in template action with ANSIBLE_DEBUG=1 (#79764) (#79775)Martin Krizek2023-01-231-1/+5
* Python 3.9 min for controller (#77566)Matt Martz2022-07-201-2/+1
* Attach concat func to an environment class (#76282)Martin Krizek2022-01-211-8/+15
* Heisen jinja2_native (#75587)Martin Krizek2021-10-271-15/+8
* Require Jinja2 3.0.0 (#75881)Martin Krizek2021-10-201-12/+0
* Add new comment attribute to template plugin (#69253)Hossein Zolfi2021-08-121-2/+6
* Correctly set path and fullpath for template vars (#73924)Brian Coca2021-03-261-1/+1
* Force template module to use non-native Jinja2 (#68560)Martin Krizek2020-09-031-7/+14
* fix internal cases of actions calling unqualified module names (#70818)Matt Davis2020-07-231-1/+2
* Introduce context manager for temporary templar context changes (#60513)Matt Martz2019-10-251-17/+6
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-201-3/+3
* fix locals not getting updated (#41798)Brian Coca2019-03-071-28/+26
* template: add additional variable for dest path (#52015)Abhijeet Kasurde2019-02-191-1/+1
* Add support for variable_{start,end}_string (#49711)Abhijeet Kasurde2018-12-111-17/+5
* Allow specifying the output encoding in the template module (#42171)Julien Champseix2018-07-251-1/+3
* Ensure string types (#42362)Brian Coca2018-07-101-1/+1
* Better error message if the template is not utf-8 encoded (#41030)Toshio Kuratomi2018-06-051-1/+4
* Need to convert filenames to byte strings before using them in APIsToshio Kuratomi2018-04-281-5/+6
* Fixes for mode=preserve (#39343)Toshio Kuratomi2018-04-261-0/+8
* check types for template parameters (#37257)Brian Coca2018-04-111-0/+17
* template: Add option to `lstrip_blocks' and fix setting`trim_blocks` inline (...Alex Tsitsimpis2018-03-231-3/+17
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-1/+1
* First bit of fixing temporary to have one source of truth (#35747)Toshio Kuratomi2018-02-071-4/+3
* When tempdir fails to be created, we have nothng to removeToshio Kuratomi2018-02-061-3/+6
* template: change to pass along the correct template path (#35027)Jordan Borean2018-01-191-2/+4
* Make template action respect local_tmp. Fixes #34941 (#35005)Matt Martz2018-01-171-1/+2
* Temporary (#31677)Brian Coca2018-01-151-117/+96
* Optimize template (#28044)Toshio Kuratomi2017-08-111-76/+30
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-3/+2
* correctly deal with encoding in errorsBrian Coca2017-06-301-4/+4
* Allow template files to be vaulted (#22951)Matt Martz2017-06-071-3/+13
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-5/+6
* Fix template not showing a diff with a directoryToshio Kuratomi2017-05-111-2/+7
* centralize ansible_managed and other template varsBrian Coca2017-04-131-33/+6
* Windows: Use the correct newline sequence for the platform (#21846)Dag Wieers2017-03-231-1/+36
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-6/+5
* refactoring asyncBrian Coca2017-02-061-4/+3
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-6/+6
* remote user should rely on context, not direct varBrian Coca2017-01-191-1/+1
* Fixing security bugs for CVE-2016-9587James Cammarata2017-01-091-0/+1
* Report detailed error when internal remote functions failDag Wieers2016-12-191-4/+5
* correct template lookup pathBrian Coca2016-12-141-7/+16
* unified boolean functionBrian Coca2016-11-291-1/+1
* always template when called from template (#18490)Brian Coca2016-11-151-1/+1
* removed deprecated first available file from tasks (#17643)Brian Coca2016-09-271-7/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-7/+6
* Add partially backwards compatible version of _fixup_perms. (#17427)Matt Clay2016-09-061-1/+1
* Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-5/+6
* Use file list, not recursion, in _fixup_perms. (#16924)Matt Clay2016-08-051-1/+1
* Search path (#16387)Brian Coca2016-06-281-10/+12