ansible/changelogs/fragments/73557-ansible-galaxy-cache-paginated-response.yml
Sloane Hertel 00bd0b893d
ansible-galaxy - set the cache file after getting all collection versions (#73557)
* Manage the in-memory cache in _call_galaxy but let the caller set the file cache after getting paginated results

* Add a test for caching successful and not caching unsuccessful paginated results

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2021-02-15 09:45:01 -05:00

3 lines
164 B
YAML

bugfixes:
- ansible-galaxy - Cache the responses for available collection versions
after getting all pages. (https://github.com/ansible/ansible/issues/73071)