mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 23:41:44 -07:00
mysql_user: fix parsing privs when a user has roles assigned to it (#341)
* mysql_user: fix parsing errors when a user has roles assigned * Add a changelog fragment * Fix a typo * Fix CI
This commit is contained in:
parent
ba4fea67b1
commit
8d114c7e39
6 changed files with 133 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
/tests/output/
|
||||
/changelogs/.plugin-cache.yaml
|
||||
*.swp
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue