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:09 +02:00 committed by GitHub
parent 31eaf84cc2
commit 14b19d4cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ options:
primary_delay:
description:
- Time lag behind the primary's state (in seconds).
- Same as the MASTER_DELAY mysql variable.
- Same as the C(MASTER_DELAY) mysql variable.
- Available from MySQL 5.6.
- For more information see U(https://dev.mysql.com/doc/refman/8.0/en/replication-delayed.html).
type: int