Mysql db unsafe passwd (#428)

* mysql_db: add new parameter unsafe_login_password

* add CI tests

* add changelog fragment
This commit is contained in:
Andrew Klychkov
2020-06-02 09:17:54 +03:00
committed by GitHub
parent f81e562301
commit c2bf9ea9fb
3 changed files with 43 additions and 7 deletions

View File

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