mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
switch "PRIMARY" to "MASTER" on description
This commit is contained in:
parent
94392826e1
commit
41abca825d
1 changed files with 3 additions and 3 deletions
|
@ -23,12 +23,12 @@ options:
|
|||
mode:
|
||||
description:
|
||||
- Module operating mode. Could be
|
||||
C(changeprimary) (CHANGE PRIMARY TO),
|
||||
C(getprimary) (SHOW PRIMARY STATUS),
|
||||
C(changeprimary) (CHANGE MASTER TO),
|
||||
C(getprimary) (SHOW MASTER STATUS),
|
||||
C(getreplica) (SHOW REPLICA),
|
||||
C(startreplica) (START REPLICA),
|
||||
C(stopreplica) (STOP REPLICA),
|
||||
C(resetprimary) (RESET PRIMARY) - supported since community.mysql 0.1.0,
|
||||
C(resetprimary) (RESET MASTER) - supported since community.mysql 0.1.0,
|
||||
C(resetreplica) (RESET REPLICA),
|
||||
C(resetreplicaall) (RESET REPLICA ALL).
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue