mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 23:21:27 -07:00
Add shortening of ALL PRIVILEGES for MySQL 8 that return a big list
This commit is contained in:
parent
77c6a68a02
commit
eee4225ec4
2 changed files with 46 additions and 4 deletions
|
@ -171,8 +171,10 @@
|
|||
- recreate_users_result is changed
|
||||
when:
|
||||
- item.name != 'root'
|
||||
- item.name != 'mariadb.sys'
|
||||
- item.name != 'mysql'
|
||||
- item.name != 'mariadb.sys'
|
||||
- item.name != 'mysql.sys'
|
||||
- item.name != 'mysql.infoschema'
|
||||
|
||||
|
||||
# ================================== Cleanup ============================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue