mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Add changelog fragment and CI tests
This commit is contained in:
parent
123258cfe4
commit
e32e0c2c6c
2 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- mysql_user - fix module's crush when modifying a user with ``host_all`` (https://github.com/ansible-collections/community.mysql/issues/39).
|
|
@ -196,6 +196,7 @@
|
|||
name: '{{ user_name_1 }}'
|
||||
priv: '%db.*:INSERT'
|
||||
append_privs: yes
|
||||
host_all: yes
|
||||
password: '{{ user_password_1 }}'
|
||||
|
||||
- name: show grants access for user1 on multiple database
|
||||
|
|
Loading…
Add table
Reference in a new issue