Story #7949
closedAs a user I want to know the ansible supported version for each collection
100%
Description
requires_ansible: https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html#meta-directory field is not enforced (optional)
Updated by bmbouter almost 4 years ago
Can more details be added here? What will the field name be? Which APIs will it be present it? Which model gets the change and what does that field look like? Will there be a migration needed?
Updated by fao89 almost 4 years ago
What will the field name be?
A: requires_ansible, it is found at meta/runtime.yml
Which APIs will it be present it?
A: I believe it can vary for each version, so I believe the best place would be collection version endpoint
Which model gets the change and what does that field look like?
A: CollectionVersion, it looks like: ">=2.9.10,<2.11"
Will there be a migration needed?
A: yes, a data migration opening the tar file to get requires_ansible from meta/runtime.yml
Updated by pulpbot almost 4 years ago
- Status changed from NEW to POST
Added by Fabricio Aguiar almost 4 years ago
Updated by Anonymous almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|fd48807196ed74149494d41c7a7608ee60dc4847.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Expose the ansible supported version for each collection version
https://pulp.plan.io/issues/7949 closes #7949