mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-22 08:59:09 -07:00
skip the PUBLIC role from the users migration example
This commit is contained in:
parent
939f88fcfd
commit
726fcaeca6
2 changed files with 2 additions and 1 deletions
|
@ -161,6 +161,7 @@ EXAMPLES = r'''
|
||||||
- item.name != 'root' # In case you don't want to import admin accounts
|
- item.name != 'root' # In case you don't want to import admin accounts
|
||||||
- item.name != 'mariadb.sys'
|
- item.name != 'mariadb.sys'
|
||||||
- item.name != 'mysql'
|
- item.name != 'mysql'
|
||||||
|
- item.name != 'PUBLIC' # MariaDB roles are not supported
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = r'''
|
RETURN = r'''
|
||||||
|
|
|
@ -290,7 +290,7 @@
|
||||||
- item.name != 'mysql.sys'
|
- item.name != 'mysql.sys'
|
||||||
- item.name != 'mysql.infoschema'
|
- item.name != 'mysql.infoschema'
|
||||||
- item.name != 'mysql.session'
|
- item.name != 'mysql.session'
|
||||||
|
- item.name != 'PUBLIC' # MariaDB roles are not supported
|
||||||
|
|
||||||
# ================================== Cleanup ============================
|
# ================================== Cleanup ============================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue