index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
targets
/
template
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ansible Errors, Don't hide stacked messages when yaml (#83933)
Brian Coca
2024-09-24
1
-1
/
+3
*
Typo fixes and other bits and bobs (#83672)
Lee Garrett
2024-07-27
1
-1
/
+1
*
hostvars templating fix, override serialization (#83509)
Brian Coca
2024-07-02
1
-0
/
+2
*
removed extra ansible_managed
Brian Coca
2024-04-25
1
-1
/
+1
*
inspect components, ansible_managed templatable (#83053)
Brian Coca
2024-04-23
4
-41
/
+52
*
Fix error when templating an unsafe string leading to a type error in Python ...
Davide Sbetti
2024-02-26
1
-0
/
+5
*
Remove redundant undefined error message (#81867)
Abhijeet Kasurde
2024-01-30
1
-1
/
+1
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
1
-2
/
+1
*
Fix nested jinja statements in integration tests (#81591)
Matt Martz
2023-08-29
1
-2
/
+2
*
fix incorrect ansible_managed formatting (#79129)
Nikita Korolev
2023-08-14
4
-1
/
+39
*
Don't mutate templar.environment, only overlay on local myenv (#81005)
Matt Martz
2023-06-13
4
-29
/
+43
*
allow multiple types for null representation (#78451)
Brian Coca
2022-08-11
4
-0
/
+14
*
Re-organize CI test groups for POSIX tests. (#77420)
Matt Clay
2022-08-04
1
-1
/
+1
*
Fix templating nested vars with convert_data=False (#78273)
Martin Krizek
2022-07-15
2
-0
/
+9
*
template module/lookup: fix convert_data for macros (#78259)
Martin Krizek
2022-07-14
2
-0
/
+10
*
Move undefined check from concat to finalize (#78165)
Martin Krizek
2022-06-30
4
-0
/
+15
*
Fix lazy eval version in integration tests
Martin Krizek
2022-04-28
1
-1
/
+1
*
Prevent losing unsafe from lookups (#77609)
Martin Krizek
2022-04-26
1
-0
/
+45
*
Allow for lazy evaluation of Jinja2 expressions (#56116)
Martin Krizek
2022-04-14
2
-0
/
+26
*
template override colon bugfixes (#77495)
Corubba
2022-04-11
4
-0
/
+38
*
Remove unused task from template integration test.
Matt Clay
2022-02-18
1
-5
/
+0
*
ansible_concat: return strings only unless eval (#76634)
Martin Krizek
2022-01-07
2
-0
/
+10
*
Heisen jinja2_native (#75587)
Martin Krizek
2021-10-27
3
-0
/
+30
*
Require Jinja2 3.0.0 (#75881)
Martin Krizek
2021-10-20
2
-22
/
+0
*
ansible-test - split controller/target testing (#75605)
Matt Clay
2021-09-21
1
-1
/
+1
*
Add an `undef` global Jinja function (#75435)
Daniel Goldman
2021-09-21
1
-2
/
+2
*
Add new comment attribute to template plugin (#69253)
Hossein Zolfi
2021-08-12
3
-0
/
+25
*
Globals should be accessible when importing a template without the context (#...
Martin Krizek
2021-08-05
3
-0
/
+16
*
Ensure Jinja2 template header overrides are used (#75306)
Martin Krizek
2021-07-26
3
-0
/
+35
*
fix unsafe preservation across newlines (#74960)
Brian Coca
2021-06-11
2
-0
/
+23
*
Remove include from tests (#74330)
David Shrewsbury
2021-04-20
1
-1
/
+1
*
Local vars should have highest precedence in AnsibleJ2Vars (#72830)
Martin Krizek
2021-01-26
12
-0
/
+77
*
Provide more information in AnsibleUndefinedVariable (#71666)
Martin Krizek
2020-09-22
2
-0
/
+18
*
Emit proper error for `x in y` when y is undefined (#70990)
Martin Krizek
2020-07-30
1
-0
/
+9
*
More boilerplate fixes. (#70224)
Matt Clay
2020-06-23
1
-0
/
+3
*
Prevent templating unused variables for {%include%} (#68749)
Martin Krizek
2020-04-14
4
-0
/
+14
*
Testing: Add support for AIX platform (#65802)
Yanis Guenane
2020-01-30
1
-0
/
+1
*
Expand Shippable test matrix. (#66912)
Matt Clay
2020-01-29
1
-1
/
+1
*
Clean up various integration tests. (#60613)
Matt Clay
2019-08-15
4
-5
/
+13
*
Revert "Speed up VariableManager by preserving Templar state. (#45572)" (#59280)
Martin Krizek
2019-07-22
4
-0
/
+24
*
safe_eval fix (#57188)
Brian Coca
2019-06-06
2
-0
/
+55
*
Extend jinja2 nested undefined support to keys/indices (#55094)
Matt Martz
2019-04-10
1
-0
/
+18
*
dataloader: check exact value of dir (#52021)
Abhijeet Kasurde
2019-03-16
4
-0
/
+20
*
test - add setup target that creates the nobody user (#52750)
Jordan Borean
2019-02-22
1
-0
/
+1
*
template: add additional variable for dest path (#52015)
Abhijeet Kasurde
2019-02-19
2
-0
/
+19
*
Custom jinja Undefined class for handling nested undefined attributes (#51768)
Andrew Gaffney
2019-02-12
1
-0
/
+25
*
enable template target integration tests on rhel8 beta (#48940)
Adam Miller
2018-12-05
1
-1
/
+0
*
Add CI platform: rhel/8.0 (#48835)
Matt Clay
2018-11-17
1
-0
/
+1
*
Allow specifying the output encoding in the template module (#42171)
Julien Champseix
2018-07-25
4
-0
/
+26
*
Update Shippable integration test groups. (#43118)
Matt Clay
2018-07-24
1
-1
/
+1
[next]