From 7307a51f200b2236854a193f2956db78daf9f2af Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Wed, 7 May 2025 14:32:55 +0200 Subject: [PATCH] Add action group containing all modules (#704) 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