mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9c35f18dd6
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
|