mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
add a test user with multiple privs
This commit is contained in:
parent
cf4c230725
commit
019a6d89cd
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@
|
|||
- user: users_privs_proc
|
||||
privs:
|
||||
'PROCEDURE users_privs_db.get_all_items': 'EXECUTE'
|
||||
- user: users_privs_multi
|
||||
privs:
|
||||
'mysql.*': 'SELECT'
|
||||
'users_privs_db.*': 'SELECT'
|
||||
|
||||
# ================================== Tests ==============================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue