mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Fix: test_mysql_replication: replica_status 'dict object' has no attribute 'Source_Host'
This commit is contained in:
parent
a222fc3bea
commit
06d104e0bd
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
mysql8022_and_higher: true
|
||||
when:
|
||||
- db.version.major > 8 or (db.version.major == 8 and db.version.minor > 0) or (db.version.major == 8 and db.version.minor == 0 and db.version.release >= 22)
|
||||
- install_type == 'mysql'
|
||||
|
||||
- name: alias mysql command to include default options
|
||||
set_fact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue