change deprecated parameter pw and db (#116)

* change deprecated parameter pw to password

* change deprecated parameter db to database

* add changelog fragment
This commit is contained in:
Daniel Ziegenberg 2021-03-16 06:15:12 +01:00 committed by GitHub
commit 2254b29178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql module utils - change deprecated connection parameters ``passwd`` and ``db`` to ``password`` and ``database`` (https://github.com/ansible-collections/community.mysql/pull/116).