mirror of https://github.com/ansible/ansible.git
misc collection metadata fixes (#70403)
* misc collection metadata fixes * parse collection meta with libyaml if available * require only Mapping for validation * add explanatory text for _meta_yml_to_dict * ignore custom pylint rule * this code shouldn't import a bunch of stuff from ansible, since it's run under the import sanity testpull/70420/head
parent
f7078c1f8f
commit
b9e38e8b55
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- collection metadata - ensure collection loader uses libyaml/CSafeLoader to parse collection metadata if available
|
Loading…
Reference in New Issue