mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -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'
|
||||
- user: users_privs_col
|
||||
privs:
|
||||
'users_privs_db.t1': 'SELECT(id)'
|
||||
'users_privs_db.t1': 'SELECT (id)'
|
||||
- user: users_privs_proc
|
||||
privs:
|
||||
'PROCEDURE users_privs_db.get_all_items': 'EXECUTE'
|
||||
|
|
Loading…
Add table
Reference in a new issue