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

@@ -156,6 +156,14 @@
tags:
- always
- name: Include lookup_k8s.yml
include_tasks:
file: tasks/lookup_k8s.yml
apply:
tags: [ lookup, k8s ]
tags:
- always
roles:
- role: helm
tags: