Support template param in other collections (#154)

* Support template param in other collections

The action plugin for k8s does a collection name check for the template
param, but it's missing redhat.openshift and community.kubernetes.

* Add changelog fragment

* Fix test
This commit is contained in:
Mike Graves
2021-06-29 08:41:33 -04:00
committed by GitHub
parent abcc3e884c
commit 8c7b302916
3 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- support the ``template`` param in all collections depending on kubernetes.core (https://github.com/ansible-collections/kubernetes.core/pull/154).