Skip to content

Commit

Permalink
switch "PRIMARY" to "MASTER" on description (#573)
Browse files Browse the repository at this point in the history
* switch "PRIMARY" to "MASTER" on description

* Update plugins/modules/mysql_replication.py

* Add author to contributors lists

---------

Co-authored-by: Thomas Lau <[email protected]>
Co-authored-by: Thomas Lau <[email protected]>
  • Loading branch information
3 people authored Oct 12, 2023
1 parent 033b4c7 commit 6b7cc14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ ldesgrange
leeadh
LeonB
leucos
lkthomas
loomsen
lorin
lowwalker
Expand Down
8 changes: 4 additions & 4 deletions plugins/modules/mysql_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
mode:
description:
- Module operating mode. Could be
C(changeprimary) (CHANGE PRIMARY TO),
C(getprimary) (SHOW PRIMARY STATUS),
C(getreplica) (SHOW REPLICA),
C(changeprimary) (CHANGE MASTER TO),
C(getprimary) (SHOW MASTER STATUS),
C(getreplica) (SHOW REPLICA STATUS),
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
Expand Down

0 comments on commit 6b7cc14

Please sign in to comment.