Add shortening of ALL PRIVILEGES for MySQL 8 that return a big list

This commit is contained in:
Laurent Indermuehle 2023-09-21 18:06:32 +02:00
commit eee4225ec4
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 46 additions and 4 deletions

View file

@ -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 ============================