mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -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:
|
||||
description:
|
||||
- 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
|
||||
default: false
|
||||
aliases: [master_auto_position]
|
||||
|
|
Loading…
Add table
Reference in a new issue