Update plugins/modules/mysql_replication.py

Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu>
This commit is contained in:
Andrew Klychkov 2021-04-19 09:18:04 +02:00 committed by GitHub
parent 52bb200a22
commit 31eaf84cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]