mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 23:21:27 -07:00
fix case when user as no other privileges than USAGE
This commit is contained in:
parent
122625c477
commit
ddd3812574
2 changed files with 8 additions and 3 deletions
|
@ -75,6 +75,9 @@
|
|||
privs:
|
||||
'mysql.*': 'SELECT'
|
||||
'users_privs_db.*': 'SELECT'
|
||||
- name: users_privs_usage_only
|
||||
priv:
|
||||
'*.*': 'USAGE'
|
||||
|
||||
- name: Mysql_info users_privs | Prepare tests users for MariaDB
|
||||
community.mysql.mysql_user:
|
||||
|
@ -185,6 +188,7 @@
|
|||
- users_privs_table
|
||||
- users_privs_col
|
||||
- users_privs_proc
|
||||
- users_privs_usage_only
|
||||
|
||||
- name: Mysql_info users_privs | Cleanup sql file for the procedure
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue