mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 07:31:24 -07:00
mysql_user: deprecate alias user for name argument (#670)
* mysql_user: deprecate alias user for name argument * Fix module and tests
This commit is contained in:
parent
0de9685cf1
commit
59c26211ca
4 changed files with 16 additions and 8 deletions
2
changelogs/fragments/0-mysql_user.yml
Normal file
2
changelogs/fragments/0-mysql_user.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
breaking_changes:
|
||||
- mysql_user - the ``user`` alias of the ``name`` argument has been deprecated and will be removed in collection version 5.0.0. Use the ``name`` argument instead.
|
Loading…
Add table
Add a link
Reference in a new issue