mirror of https://github.com/ansible/ansible.git
* csvfile lookup - fix giving an error when no search term is provided (#83710) Fixes #83689 (cherry picked from commitpull/83849/head26c8a28d05) * Fix csvfile test - quote file argument (#83751) file was intended to be a string, not an undefined variable (cherry picked from commit97a60c1e86)
parent
68b4e139a1
commit
52cd7c7cc3
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- csvfile lookup - give an error when no search term is provided using modern config syntax (https://github.com/ansible/ansible/issues/83689).
|
||||
Loading…
Reference in New Issue