ansible/changelogs/fragments/fix-metadata-defaults.yml
Toshio Kuratomi 049800c063 Fix metadata defaults
* Metadata defaults were not being set if only a few fields were missing.

* ansible-doc with no documentation and no status in metadata should
  return empty, just like if there was no documentation and no metadata
  at all.
2020-05-05 09:06:52 -07:00

6 lines
252 B
YAML

bugfixes:
- Plugin Metadata is supposed to have default values. When the metadata was
missing entirely, we were properly setting the defaults. Fixed the metadata
parsing so that the defaults are also set when we were missing just a few
fields.