Actions
Issue #8639
closedCollection sync gets too slow or breaks when syncing a specific version with dependencies
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Create an ansible remote that points to galaxy.ansible.com
and upload the following requirements.yml:
---
collections:
- name: arista.avd
version: 2.0.0
Perform a sync with sync_requirements == True
This collection depends on:
- arista.cvp
- arista.eos
- ansible.netcommon (which depends on ansible.utils)
Actions
Fix excess task creation when syncing dependencies
fixes: #8639