mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
(cherry picked from commit 3518d48146)
Co-authored-by: Matt Davis <6775756+nitzmahone@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- templating - Undefined marker values sourced from the Jinja ``getattr->getitem`` fallback are now accessed correctly,
|
||||
raising AnsibleUndefinedVariable for user plugins that do not understand markers.
|
||||
Previously, these values were erroneously returned to user plugin code that had not opted in to marker acceptance.
|
||||
Reference in New Issue
Block a user