mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Add another builtin account to the exclusion list
Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <es.rosenberg+github@gmail.com>
This commit is contained in:
parent
f91d15e477
commit
247bf5a65c
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@
|
||||||
- item.name != 'mariadb.sys'
|
- item.name != 'mariadb.sys'
|
||||||
- item.name != 'mysql.sys'
|
- item.name != 'mysql.sys'
|
||||||
- item.name != 'mysql.infoschema'
|
- item.name != 'mysql.infoschema'
|
||||||
|
- item.name != 'mysql.session'
|
||||||
|
|
||||||
|
|
||||||
# ================================== Cleanup ============================
|
# ================================== Cleanup ============================
|
||||||
|
|
Loading…
Add table
Reference in a new issue