mirror of https://github.com/ansible/ansible.git
fix Marker handling on Jinja macro invocations (#85280)
* always allow Marker args to pass through
* always disable pre-emptive trip-on-retrieval for Macro JinjaCallContext
* add macro-callable template expression result test cases
Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit 2bed98bd20)
pull/85305/head
parent
eb29a662f6
commit
b95bc19853
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- templating - Jinja macros returned from a template expression can now be called from another template expression.
|
||||
- templating - Fixed cases where template expression blocks halted prematurely when a Jinja macro invocation returned an undefined value.
|
||||
Loading…
Reference in New Issue