mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-31 00:51:25 -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
|
@ -66,7 +66,7 @@
|
|||
- name: Idempotency | Remove blank user with hosts=all (expect changed)
|
||||
mysql_user:
|
||||
<<: *mysql_params
|
||||
user: ""
|
||||
name: ""
|
||||
host_all: true
|
||||
state: absent
|
||||
register: result
|
||||
|
@ -79,7 +79,7 @@
|
|||
- name: Idempotency | Remove blank user with hosts=all (expect ok)
|
||||
mysql_user:
|
||||
<<: *mysql_params
|
||||
user: ""
|
||||
name: ""
|
||||
host_all: true
|
||||
state: absent
|
||||
register: result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue