mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-19 07:29:11 -07:00
doc: add var name used by MySQL and MariaDB
This commit is contained in:
parent
76189ef0d4
commit
7334ee86a3
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ options:
|
|||
aliases: [master_ssl_cipher]
|
||||
primary_ssl_verify_server_cert:
|
||||
description:
|
||||
- Same as mysql variable.
|
||||
- Same as C(MASTER_SSL_VERIFY_SERVER_CERT) MySQL/MariaDB variable.
|
||||
- The module switch automatically to C(SOURCE_SSL_VERIFY_SERVER_CERT) for MySQL 8.0.23 and later.
|
||||
type: bool
|
||||
version_added: '3.5.0'
|
||||
primary_auto_position:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue