mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 11:40:33 -07:00
Update plugins/modules/mysql_replication.py
Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu>
This commit is contained in:
parent
52bb200a22
commit
31eaf84cc2
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ options:
|
||||||
primary_auto_position:
|
primary_auto_position:
|
||||||
description:
|
description:
|
||||||
- Whether the host uses GTID based replication or not.
|
- Whether the host uses GTID based replication or not.
|
||||||
- Same as the MASTER_AUTO_POSITION mysql variable.
|
- Same as the C(MASTER_AUTO_POSITION) mysql variable.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
aliases: [master_auto_position]
|
aliases: [master_auto_position]
|
||||||
|
|
Loading…
Add table
Reference in a new issue