mirror of https://github.com/ansible/ansible.git
galaxy: handle missing 'results' key in cached Galaxy API responses. (#85972)
* 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.pull/85939/head
parent
d6051b18dd
commit
192948434c
@ -0,0 +1,6 @@
|
||||
---
|
||||
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)
|
||||
Loading…
Reference in New Issue