wolfi-dev / os

Main package repository for production Wolfi images
Other
828 stars 257 forks source link

Remove AWX and Ansible operator packages #34966

Closed maxgio92 closed 3 days ago

maxgio92 commented 3 days ago

This PR removes:

because the Ansible operator can only run with non-latest 2.31.0 version of the requests Python package, ending up needing an unguarded package. And because it's a runtime dependency of the AWX operator, that applies to that too.

Details available here. Code path non supported by later versions of requests is here.