mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-19 15:39:14 -07:00
fix mismatch default value
We use "None" as a default to know if the user provide this option or not. But a bool can't have a default of "None" for the sanity tests. So we must erase the line.
This commit is contained in:
parent
3e03423e40
commit
76189ef0d4
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ options:
|
|||
description:
|
||||
- Same as mysql variable.
|
||||
type: bool
|
||||
default: false
|
||||
version_added: '3.5.0'
|
||||
primary_auto_position:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue