We would like to suggest following feature to improve the handling of the online Automation Hub
- Specify which collection to download:
In the PAH, it is possible to say which collections and which version to download, ranging from all to just a specific version via "requirements.yml". So far online version of the Automation Hub only does support toggeling between downloading every collection version or none via a "toogle switch". If possible, it would be nice to have the same options as with the PAH, e.g. specifiy to download the collection "ansible.windows" only in exactly version "1.13.0" and nothing else.
Example from the requirements.yml:
collections:
- name: ansible.windows
source: https://galaxy.ansible.com/
version: 1.13.0