From 0b12edf129d0e99c089114c536c8c6b2ef41c952 Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Wed, 14 Aug 2024 16:38:19 +0200 Subject: [PATCH] Add action_groups --- changelogs/fragments/59-add-action_groups.yaml | 3 +++ meta/runtime.yml | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 changelogs/fragments/59-add-action_groups.yaml diff --git a/changelogs/fragments/59-add-action_groups.yaml b/changelogs/fragments/59-add-action_groups.yaml new file mode 100644 index 00000000..7d0d1e2f --- /dev/null +++ b/changelogs/fragments/59-add-action_groups.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - Add action group (https://github.com/ansible-collections/vmware.vmware/pull/59). diff --git a/meta/runtime.yml b/meta/runtime.yml index 7991c866..974ec681 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,16 @@ --- requires_ansible: '>=2.15.0' +action_groups: + vmware: + - appliance_info + - cluster_drs + - content_template + - folder_template_from_vm + - guest_info + - license_info + - vcsa_settings + - vm_list_group_by_clusters_info + - vm_portgroup_info plugin_routing: modules: vm_list_group_by_clusters: