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:
Laurent Indermuehle 2025-04-24 17:42:14 +02:00
parent 3e03423e40
commit 76189ef0d4
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -139,7 +139,6 @@ options:
description:
- Same as mysql variable.
type: bool
default: false
version_added: '3.5.0'
primary_auto_position:
description: