skip the PUBLIC role from the users migration example

This commit is contained in:
Laurent Indermuehle 2025-04-24 15:49:19 +02:00
parent 939f88fcfd
commit 726fcaeca6
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 2 additions and 1 deletions

View file

@ -161,6 +161,7 @@ EXAMPLES = r'''
- item.name != 'root' # In case you don't want to import admin accounts
- item.name != 'mariadb.sys'
- item.name != 'mysql'
- item.name != 'PUBLIC' # MariaDB roles are not supported
'''
RETURN = r'''