mirror of https://github.com/ansible/ansible.git
Custom jinja Undefined class for handling nested undefined attributes (#51768)
This commit creates a custom Jinja2 Undefined class that returns Undefined for any further accesses, rather than raising an exceptionpull/50808/head
parent
4e0e09d2de
commit
9c35f18dd6
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- jinja2 - accesses to attributes on an undefined value now return further undefined values rather than throwing an exception
|
Loading…
Reference in New Issue