mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-05 13:44:25 -07:00
Backport flags and variables to differentiate MariaDB from MySQL setup
(cherry picked from commit b4303511d5
)
This commit is contained in:
parent
518ef33696
commit
14f3726abf
6 changed files with 38 additions and 14 deletions
|
@ -14,6 +14,8 @@
|
|||
|
||||
# Tests of channel parameter:
|
||||
- import_tasks: mysql_replication_channel.yml
|
||||
when:
|
||||
- install_type == 'mysql' # FIXME: mariadb introduces FOR CHANNEL in 10.7
|
||||
|
||||
# Tests of resetmaster mode:
|
||||
- import_tasks: mysql_replication_resetmaster_mode.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue