From b46a5ee10e80f478c395ff5bfe9956d165053a1f Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Sat, 30 May 2020 07:42:59 -0400 Subject: [PATCH] Add action groups for playbooks with module_defaults (#107) * Keep backwards compatibility with playbooks using community.kubernetes content with module_defaults groups --- meta/runtime.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/runtime.yml diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 00000000..3d501bae --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,13 @@ +--- +action_groups: + k8s: + - k8s + - k8s_auth + - k8s_facts + - k8s_info + - k8s_scale + - k8s_service + +action_groups_redirection: + k8s: + redirect: k8s