Actions
Issue #8627
closedCollection sync ignores galaxy.yaml collection version
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 95
Quarter:
Description
Create an ansible remote that points to galaxy.ansible.com
and upload the following requirements.yml:
---
collections:
- name: arista.avd
version: 1.0.1
Perform a sync.
Expected results: only version 1.0,1 of arista.avd should be downloaded Actual results: all versions of arista.avd are downloaded.
Actions
Fix requirements.yml parser for pinned collection version
https://pulp.plan.io/issues/8627 closes #8627