mysql_user: fix error No database selected (#225)

* mysql_user: fix error No database selected

* add changelog
This commit is contained in:
Andrew Klychkov 2020-04-23 16:42:20 +03:00 committed by GitHub
commit 5874c89cf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_user - fix the error No database selected (https://github.com/ansible/ansible/issues/68070).