mysql_db: add restrict_config_file parameter (#468)

* mysql_db: add restrict_config_file parameter

* add CI tests

* add changelog fragment
This commit is contained in:
Andrew Klychkov
2020-06-09 09:10:06 +03:00
committed by GitHub
parent 42c3d3aac7
commit 8d6d292358
3 changed files with 33 additions and 7 deletions

View File

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