mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
Add options to start and stop group replication
This commit is contained in:
parent
83ad0e81e2
commit
35122ce3f1
3 changed files with 87 additions and 4 deletions
|
@ -338,5 +338,5 @@
|
|||
assert:
|
||||
that:
|
||||
-
|
||||
"result.msg == 'value of mode must be one of: getprimary, getreplica, changeprimary, stopreplica, startreplica, resetprimary, resetreplica, resetreplicaall, changereplication, got: stopslave'"
|
||||
"result.msg == 'value of mode must be one of: getprimary, getreplica, changeprimary, stopreplica, startreplica, resetprimary, resetreplica, resetreplicaall, changereplication, startgroupreplication, stopgroupreplication, got: stopslave'"
|
||||
- result is failed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue