mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Added test
This commit is contained in:
parent
35122ce3f1
commit
6f686aad9a
5 changed files with 312 additions and 0 deletions
|
@ -35,3 +35,9 @@
|
|||
when:
|
||||
- db_engine == 'mysql'
|
||||
- db_version is version('8.0.23', '>=')
|
||||
|
||||
# Tests of group replication:
|
||||
- import_tasks: mysql_replication_group.yml
|
||||
when:
|
||||
- (db_engine == 'mysql' and db_version is version('8.0.0', '>=')) or
|
||||
(db_engine == 'mariadb' and db_version is version('10.1.0', '>='))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue