mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
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.
11 lines
185 B
YAML
11 lines
185 B
YAML
---
|
|
requires_ansible: '>=2.9.10'
|
|
action_groups:
|
|
all:
|
|
- mysql_db
|
|
- mysql_info
|
|
- mysql_query
|
|
- mysql_replication
|
|
- mysql_role
|
|
- mysql_user
|
|
- mysql_variables
|