mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 04:34:27 -07:00
Update plugins/modules/mysql_replication.py
Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
This commit is contained in:
parent
41abca825d
commit
38491be97d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ options:
|
|||
- Module operating mode. Could be
|
||||
C(changeprimary) (CHANGE MASTER TO),
|
||||
C(getprimary) (SHOW MASTER STATUS),
|
||||
C(getreplica) (SHOW REPLICA),
|
||||
C(getreplica) (SHOW REPLICA STATUS),
|
||||
C(startreplica) (START REPLICA),
|
||||
C(stopreplica) (STOP REPLICA),
|
||||
C(resetprimary) (RESET MASTER) - supported since community.mysql 0.1.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue