summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow multiple types for null representation (#78451)Brian Coca2022-08-114-0/+14
* Re-organize CI test groups for POSIX tests. (#77420)Matt Clay2022-08-041-1/+1
* Fix templating nested vars with convert_data=False (#78273)Martin Krizek2022-07-152-0/+9
* template module/lookup: fix convert_data for macros (#78259)Martin Krizek2022-07-142-0/+10
* Move undefined check from concat to finalize (#78165)Martin Krizek2022-06-304-0/+15
* Fix lazy eval version in integration testsMartin Krizek2022-04-281-1/+1
* Prevent losing unsafe from lookups (#77609)Martin Krizek2022-04-261-0/+45
* Allow for lazy evaluation of Jinja2 expressions (#56116)Martin Krizek2022-04-142-0/+26
* template override colon bugfixes (#77495)Corubba2022-04-114-0/+38
* Remove unused task from template integration test.Matt Clay2022-02-181-5/+0
* ansible_concat: return strings only unless eval (#76634)Martin Krizek2022-01-072-0/+10
* Heisen jinja2_native (#75587)Martin Krizek2021-10-273-0/+30
* Require Jinja2 3.0.0 (#75881)Martin Krizek2021-10-202-22/+0
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-211-1/+1
* Add an `undef` global Jinja function (#75435)Daniel Goldman2021-09-211-2/+2
* Add new comment attribute to template plugin (#69253)Hossein Zolfi2021-08-123-0/+25
* Globals should be accessible when importing a template without the context (#...Martin Krizek2021-08-053-0/+16
* Ensure Jinja2 template header overrides are used (#75306)Martin Krizek2021-07-263-0/+35
* fix unsafe preservation across newlines (#74960)Brian Coca2021-06-112-0/+23
* Remove include from tests (#74330)David Shrewsbury2021-04-201-1/+1
* Local vars should have highest precedence in AnsibleJ2Vars (#72830)Martin Krizek2021-01-2612-0/+77
* Provide more information in AnsibleUndefinedVariable (#71666)Martin Krizek2020-09-222-0/+18
* Emit proper error for `x in y` when y is undefined (#70990)Martin Krizek2020-07-301-0/+9
* More boilerplate fixes. (#70224)Matt Clay2020-06-231-0/+3
* Prevent templating unused variables for {%include%} (#68749)Martin Krizek2020-04-144-0/+14
* Testing: Add support for AIX platform (#65802)Yanis Guenane2020-01-301-0/+1
* Expand Shippable test matrix. (#66912)Matt Clay2020-01-291-1/+1
* Clean up various integration tests. (#60613)Matt Clay2019-08-154-5/+13
* Revert "Speed up VariableManager by preserving Templar state. (#45572)" (#59280)Martin Krizek2019-07-224-0/+24
* safe_eval fix (#57188)Brian Coca2019-06-062-0/+55
* Extend jinja2 nested undefined support to keys/indices (#55094)Matt Martz2019-04-101-0/+18
* dataloader: check exact value of dir (#52021)Abhijeet Kasurde2019-03-164-0/+20
* test - add setup target that creates the nobody user (#52750)Jordan Borean2019-02-221-0/+1
* template: add additional variable for dest path (#52015)Abhijeet Kasurde2019-02-192-0/+19
* Custom jinja Undefined class for handling nested undefined attributes (#51768)Andrew Gaffney2019-02-121-0/+25
* enable template target integration tests on rhel8 beta (#48940)Adam Miller2018-12-051-1/+0
* Add CI platform: rhel/8.0 (#48835)Matt Clay2018-11-171-0/+1
* Allow specifying the output encoding in the template module (#42171)Julien Champseix2018-07-254-0/+26
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-241-1/+1
* Fix when template paths contain non-ascii chars and using the path in ansible...Toshio Kuratomi2018-05-013-0/+17
* Add tests for template with non-ascii filenamesToshio Kuratomi2018-04-262-0/+19
* Fixes for mode=preserve (#39343)Toshio Kuratomi2018-04-261-0/+27
* template: Add option to `lstrip_blocks' and fix setting`trim_blocks` inline (...Alex Tsitsimpis2018-03-237-0/+112
* Fix jinja2>=2.9 nested include vars (#35099)Martin Krizek2018-02-074-21/+44
* Check that AnsibleUndefinedVariable doesn't occur when an unused variable ref...Pilou2018-02-022-0/+12
* Deprecate tests used as filters (#32361)Matt Martz2017-11-271-8/+8
* Add more tests for copy/file/template with harlinksToshio Kuratomi2017-08-181-19/+27
* add test for template, file, and copy with hardlinksAndrew Erickson2017-08-181-0/+40
* rm unused test template in template intg testsAdrian Likins2017-08-121-3/+0
* template: fix KeyError: 'undefined variable: 0 (#27972)Zac Medico2017-08-1010-0/+78