mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-24 05:40:25 -07:00
Cut useless task
This commit is contained in:
parent
1e20611548
commit
06ca921577
1 changed files with 0 additions and 7 deletions
|
@ -8,13 +8,6 @@
|
|||
login_host: '{{ gateway_addr }}'
|
||||
|
||||
block:
|
||||
- name: find out the database version
|
||||
mysql_info:
|
||||
<<: *mysql_params
|
||||
login_port: '{{ mysql_primary_port }}'
|
||||
filter: version
|
||||
register: db
|
||||
|
||||
- name: Set mysql8022_and_higher
|
||||
set_fact:
|
||||
mysql8022_and_higher: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue