ansible/changelogs/fragments/72699-validate-modules-default-for-bools.yml

3 lines
270 B
YAML
Raw Normal View History

minor_changes:
- "ansible-test validate-modules - no longer assume that ``default`` for ``type=bool`` options is ``false``, as the default is ``none`` and for some modules, ``none`` and ``false`` mean different things (https://github.com/ansible/ansible/issues/69561)."