mysql modules: fix failing when \!include_dir is in config file (#47)

* mysql modules: fix failing when \!include_dir is in .my.cnf

* Add changelog fragment

* fix CI

* fix CI

* Fix CI

* Fix CI

* Fix comment
This commit is contained in:
Andrew Klychkov 2020-10-13 16:05:39 +03:00 committed by GitHub
commit 82ad06e072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 9 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "mysql modules - fix crash when ``!includedir`` option is in config file (https://github.com/ansible-collections/community.mysql/issues/46)."