mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
Add task title.
This commit is contained in:
parent
80161ecd03
commit
0e70548800
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
- set_fact:
|
||||
old_user_mgmt: "{{ db_version.version.major <= 5 and db_version.version.minor <= 6 or db_version.version.major == 10 and db_version.version.minor < 2 | bool }}"
|
||||
|
||||
- name: Issue-121 | Setup | Drop mysql user if exists
|
||||
mysql_user:
|
||||
<<: *mysql_params
|
||||
name: '{{ item }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue