mirror of https://github.com/ansible/ansible.git
include_vars: Check NoneType for raw_params (#64979)
Lookup 'first_found' returns empty list which results in raw_params checking. Check NoneType for 'raw_params' before proceeding. Fixes: #64939 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/65305/head
parent
a15fb2637d
commit
8d0c2cd4d5
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Check NoneType for raw_params before proceeding in include_vars (https://github.com/ansible/ansible/issues/64939).
|
Loading…
Reference in New Issue