ansible / awx-ee

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

Re-add epel, lost in el9 upgrade #176

Closed austlane closed 1 year ago

austlane commented 1 year ago

The ansible-builder image that was used previously included the epel repo. This PR allows the ansible-builder epel special bindep profile to work properly again.

Example bindep entry which currently fails without epel-release:

python3-pyOpenSSL [platform:centos-9 epel]

See: https://github.com/ansible/ansible-builder/issues/156

CC: @shanemcd