From 115551cf7b45ac32006164901a8c04c64f396911 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Mon, 17 Mar 2025 09:48:57 +0100 Subject: [PATCH] Add action group containing all modules Helpful for setting module defaults. For example, when using the same credentials across multiple tasks while only declaring them once. This change creates the group `community.mysql.all` for that purpose. --- meta/runtime.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta/runtime.yml b/meta/runtime.yml index 2ee3c9f..0a472e8 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,2 +1,11 @@ --- requires_ansible: '>=2.9.10' +action_groups: + all: + - mysql_db + - mysql_info + - mysql_query + - mysql_replication + - mysql_role + - mysql_user + - mysql_variables