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.
This commit is contained in:
Joakim Soderlund 2025-03-17 09:48:57 +01:00
parent dd7e297d50
commit 115551cf7b

View file

@ -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