ansible / awx-ee

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

newest awx:ee does not have requests module #252

Closed liuliancao closed 3 months ago

liuliancao commented 3 months ago

hello, recently i found i cannot use my python3 dynamic inventory module which used requests module to get inventory, i hope to add it to default.

liuliancao commented 3 months ago

i donnot know centos stream 9, but in debian it's python3-requests package

liuliancao commented 3 months ago

i change my import requests to import http.client fixed, i use http.client instead