mirror of https://github.com/ansible/ansible.git
include_vars initialize failed (#76754)
* include_vars initialize failed if source dir is given, but not present and traversal is empty you can end up trying to access failed w/o it ever being defined. also future proof for more corner cases in decision treepull/76793/head
parent
4676c08f18
commit
89c884e2a2
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- include_vars, properly initialize variable as there is corner case in which it can end up referenced and not defined
|
||||
Loading…
Reference in New Issue