Extend k8s action group (#992) (#1025)

This is a backport of PR #992 as merged into main (798f549).
SUMMARY


Add all k8s_* modules to the action group in order to esaily set kubeconfig parameter
ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

meta
ADDITIONAL INFORMATION

Reviewed-by: Bianca Henderson <beeankha@gmail.com>
This commit is contained in:
patchback[bot]
2025-10-14 20:46:30 +00:00
committed by GitHub
parent 623b8b2716
commit e00d4fc9d7
2 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- meta - Add ``k8s_cluster_info``, ``k8s_json_patch`` and ``k8s_rollback`` to k8s action group (https://github.com/ansible-collections/kubernetes.core/pull/992).