ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
129 stars 152 forks source link

ansible-sign should pin to a version and not from git #187

Closed AlanCoding closed 1 year ago

AlanCoding commented 1 year ago

In _build/requirements.txt we have

git+https://github.com/ansible/ansible-sign

I can't see a real reason for this. Version 0.1.1 is out, so we should just set >= to that.

AlanCoding commented 1 year ago

To echo the logic here - Ansible sign has open PRs https://github.com/ansible/ansible-sign/pulls

We don't want any delay picking those up, but we need some clear release engineering awareness of those merges, should we merge them.