Add changelog fragment and CI tests

This commit is contained in:
Andrew Klychkov 2020-09-30 16:57:08 +03:00
parent 123258cfe4
commit e32e0c2c6c
2 changed files with 3 additions and 0 deletions

View file

@ -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).

View file

@ -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