mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-21 18:01:28 -07:00
fix typo (#190)
"optoin" -> "option"
(cherry picked from commit 596ba0cedb
)
This commit is contained in:
parent
a73f5da604
commit
1599b34efb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ options:
|
|||
- Whether to validate the server host name when an SSL connection is required. Corresponds to MySQL CLIs C(--ssl) switch.
|
||||
- Setting this to C(false) disables hostname verification. Use with caution.
|
||||
- Requires pymysql >= 0.7.11.
|
||||
- This optoin has no effect on MySQLdb.
|
||||
- This option has no effect on MySQLdb.
|
||||
type: bool
|
||||
version_added: '1.1.0'
|
||||
requirements:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue