mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-18 23:19:11 -07:00
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.
This commit is contained in:
parent
06e23c8ac3
commit
7307a51f20
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue