Fix version added

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Jorge Rodriguez (A.K.A. Tiriel) 2020-11-17 15:16:02 +02:00 committed by Jorge-Rodriguez
parent 6d795eab69
commit aaf70204cb
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90

View file

@ -123,7 +123,7 @@ options:
- Used when I(state=present) and target server is MySQL >= 8.0.19, ignored otherwise. - Used when I(state=present) and target server is MySQL >= 8.0.19, ignored otherwise.
- U(https://dev.mysql.com/doc/refman/8.0/en/password-management.html#failed-login-tracking). - U(https://dev.mysql.com/doc/refman/8.0/en/password-management.html#failed-login-tracking).
type: dict type: dict
version_added: '1.1.0' version_added: '1.2.0'
notes: notes:
- "MySQL server installs with default I(login_user) of C(root) and no password. - "MySQL server installs with default I(login_user) of C(root) and no password.