mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 12:50:24 -07:00
mysql_user: fix error when modifying user with host_all (#40)
* mysql_user: fix error when modifying user with host_all * Add changelog fragment and CI tests * Update changelogs/fragments/40-mysql_user_fix_error_when_host_all_used.yml Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu> Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu>
This commit is contained in:
parent
998913e5d2
commit
6322a65dbb
3 changed files with 4 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- mysql_user - fix module's crash when modifying a user with ``host_all`` (https://github.com/ansible-collections/community.mysql/issues/39).
|
Loading…
Add table
Add a link
Reference in a new issue