mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Fix test task name for uniformity
This commit is contained in:
parent
e6b2494c8b
commit
b65e5a8a20
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
||||||
- users_info
|
- users_info
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- name: Recreate users from mysql_info users_info result
|
- name: Mysql_info users_info | Recreate users from mysql_info result
|
||||||
community.mysql.mysql_user:
|
community.mysql.mysql_user:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
host: "{{ item.host }}"
|
host: "{{ item.host }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue