mysql_db: add config_overrides_defaults parameter (#513)

* mysql_db: add config_overrides_defaults parameter

* Add CI tests

* Add changelog fragment

* add more tests

* improve tests

* fix CI

* fix feature
This commit is contained in:
Andrew Klychkov
2020-06-18 11:24:23 +03:00
committed by GitHub
parent 25123eafc7
commit 1d1f7ec582
5 changed files with 114 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- mysql_db - add the ``config_overrides_defaults`` parameter (https://github.com/ansible/ansible/issues/26919).