mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-03 09:08:54 +00:00
This commit creates a custom Jinja2 Undefined class that returns Undefined for any further accesses, rather than raising an exception
2 lines
143 B
YAML
2 lines
143 B
YAML
minor_changes:
|
|
- jinja2 - accesses to attributes on an undefined value now return further undefined values rather than throwing an exception
|