mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
* Fix discrepancy between ansible-galaxy and ansible runtime when identifying usable collections When enumerating usable collections, ansible-galaxy validates the galaxy metadata in the MANIFEST.json/galaxy.yml matches the collection path. When the metadata is incorrect ansible-galaxy emits a warning and falls back to using no metadata since it is not required for usable collections. * ansible-galaxy collection verify now evaluates the collection that will be used at runtime, even if a collection inaccurately documents the same namespace and name earlier in the search path * Add integration tests for ansible-galaxy collection verify, list, and install |
||
|---|---|---|
| .. | ||
| integration/targets | ||
| lib/ansible_test | ||
| sanity | ||
| support | ||
| units | ||