Add options to start and stop group replication

This commit is contained in:
Sebastian Pfahl 2024-06-14 20:20:10 +02:00
commit 35122ce3f1
3 changed files with 87 additions and 4 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_replication - add ``startgroupreplication`` and ``stopgroupreplication`` options (https://github.com/ansible-collections/community.mysql/pull/647).