ansible/changelogs/fragments/55951-config-bool-options.yml
Sloane Hertel 47b2cb748b Allow config boolean options to default to None (#55951)
* Allow plugin boolean options to default to None

* fix mistake

* changelog

* be more specific
2019-05-02 12:09:14 -07:00

2 lines
108 B
YAML

bugfixes:
- Allow config options that are type boolean to default to None rather than only True or False.