ansible / awx-ee

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

Add google-cloud-storage module by default in AWX EE #91

Closed kladiv closed 1 year ago

kladiv commented 2 years ago

Hello, is it possible to add google-cloud-storage pip module in AWX EE ?

google-auth module is already present but to use google.cloud.gcp_storage_bucket Ansible module the google-cloud-storage library is required too. It should be useful to have it built-in in the default EE.

Thank you

shanemcd commented 2 years ago

Sure. Can you open a PR?

relrod commented 1 year ago

This gets pulled in automatically via the google.cloud collection's requirements.txt file.

bash-4.4$ pip list  2>/dev/null | grep google-cloud-storage
google-cloud-storage               2.7.0