mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
* galaxy: handle missing 'results' key in cached Galaxy API responses. * galaxy: clarified AnsibleError message for missing cache results. * Modified AnsibleError message and added a regression test. * Fixed formatting issue in test/units/galaxy/test_api.py * Added a changelog entry. * Modified changelog.
6 lines
278 B
YAML
6 lines
278 B
YAML
---
|
|
bugfixes:
|
|
- galaxy - previously, some corrupted cache files could cause Ansible Galaxy to fail
|
|
with a traceback. This has been corrected to display a clear error message explaining
|
|
how to resolve the problem.
|
|
(https://github.com/ansible/ansible/issues/85918)
|