mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 19:50:31 -07:00
Fix privleges error
This commit is contained in:
parent
123b73aa3f
commit
6a9ff85ca3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
'users_privs_db.t1': 'SELECT,INSERT,UPDATE'
|
'users_privs_db.t1': 'SELECT,INSERT,UPDATE'
|
||||||
- user: users_privs_col
|
- user: users_privs_col
|
||||||
privs:
|
privs:
|
||||||
'users_privs_db.t1': 'SELECT(id)'
|
'users_privs_db.t1': 'SELECT (id)'
|
||||||
- user: users_privs_proc
|
- user: users_privs_proc
|
||||||
privs:
|
privs:
|
||||||
'PROCEDURE users_privs_db.get_all_items': 'EXECUTE'
|
'PROCEDURE users_privs_db.get_all_items': 'EXECUTE'
|
||||||
|
|
Loading…
Add table
Reference in a new issue