Skip to content

Commit

Permalink
Update plugins/modules/mysql_replication.py
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Indermühle <[email protected]>
  • Loading branch information
lkthomas and laurent-indermuehle authored Sep 20, 2023
1 parent 41abca8 commit 38491be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/mysql_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- 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,
Expand Down

0 comments on commit 38491be

Please sign in to comment.