mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 23:51:26 -07:00
fix unneeded commits
This commit is contained in:
parent
d506d833d9
commit
a9abc8a281
2 changed files with 3 additions and 11 deletions
|
@ -84,10 +84,6 @@
|
|||
mysql_primary_port_value: '{{ mysql_primary_port }}'
|
||||
test_channel_value: '{{ test_channel }}'
|
||||
when: mysql8022_and_higher == false
|
||||
vars:
|
||||
mysql_host_value: '{{ mysql_host }}'
|
||||
mysql_primary_port_value: '{{ mysql_primary_port }}'
|
||||
test_channel_value: '{{ test_channel }}'
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
@ -104,10 +100,6 @@
|
|||
mysql_primary_port_value: '{{ mysql_primary_port }}'
|
||||
test_channel_value: '{{ test_channel }}'
|
||||
when: mysql8022_and_higher == true
|
||||
vars:
|
||||
mysql_host_value: '{{ mysql_host }}'
|
||||
mysql_primary_port_value: '{{ mysql_primary_port }}'
|
||||
test_channel_value: '{{ test_channel }}'
|
||||
|
||||
|
||||
# Test stopreplica mode:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue