Add testcase for multi resource template (#245)

User can combine multiple resources in the given template
file, which can be consumed by k8s module to create multiple
resources at once.

Fixes: #243

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-10-01 19:26:40 +05:30
committed by GitHub
parent 7946b398a7
commit 0f33aafca7
3 changed files with 55 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- k8s - add testcase for adding multiple resources using template parameter (https://github.com/ansible-collections/community.kubernetes/issues/243).