mirror of https://github.com/ansible/ansible.git
[2.9] include_vars: Check NoneType for raw_params (#65301)
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>
(cherry picked from commit 8d0c2cd4d5
)
pull/65015/head^2
parent
1c2f36d4d9
commit
c30e340094
@ -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