Actions
Feature #37958
openAdd option to not sync dependencies of Ansible collections
Status:
Ready For Testing
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Description
When synchronizing Ansible collections, the dependencies and different versions are downloaded. This can lead to an extremely large number of repos being synchronized for just one Ansible collection.
A test with the following Requirements field resulted in 135 Ansible collections being downloaded:
---
collections:
- name: checkmk.general
version: 5.3.0
This issue aims to add functionality to Katello which lets users decide whether Ansible collection dependencies are synced or not at the repository level.
Actions