lookup: return list even if single item found (#117)

Always return list from k8s lookup plugin

Fixes: #9

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2021-06-04 10:23:21 +05:30
committed by GitHub
parent dd53fde0e1
commit cf0b71f93e
4 changed files with 67 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- k8s - lookup should return list even if single item is found (https://github.com/ansible-collections/kubernetes.core/issues/9).