mirror of https://github.com/ansible/ansible.git
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.pull/69337/head
parent
6d8cfcf539
commit
049800c063
@ -0,0 +1,5 @@
|
|||||||
|
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.
|
Loading…
Reference in New Issue