community.mysql/changelogs/fragments/116-change_deprecated_connection_ parameters.yml
Daniel Ziegenberg 2254b29178
change deprecated parameter pw and db (#116)
* change deprecated parameter pw to password

* change deprecated parameter db to database

* add changelog fragment
2021-03-16 07:15:12 +02:00

2 lines
No EOL
199 B
YAML

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).