mysql_user: fix cursor-related host_all arguments conversion string formatting error (#490)

* mysql_user: fix cursor-related host_all arguments conversion string formatting error

* add changelog fragment
This commit is contained in:
Andrew Klychkov 2020-06-15 09:12:20 +03:00 committed by GitHub
commit 8d80ffd8ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_user - fix ``host_all`` arguments conversion string formatting error (https://github.com/ansible/ansible/issues/29644).