mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 04:52:37 +00:00
Add action groups for playbooks with module_defaults (#107)
* Keep backwards compatibility with playbooks using community.kubernetes content with module_defaults groups
This commit is contained in:
13
meta/runtime.yml
Normal file
13
meta/runtime.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
action_groups:
|
||||
k8s:
|
||||
- k8s
|
||||
- k8s_auth
|
||||
- k8s_facts
|
||||
- k8s_info
|
||||
- k8s_scale
|
||||
- k8s_service
|
||||
|
||||
action_groups_redirection:
|
||||
k8s:
|
||||
redirect: k8s
|
||||
Reference in New Issue
Block a user