drone-plugins / drone-ansible

Drone plugin to provision via Ansible
http://plugins.drone.io/drone-plugins/drone-ansible
Apache License 2.0
30 stars 41 forks source link

install boto3 and botocore from alpine apk #28

Closed mtb-xt closed 4 years ago

mtb-xt commented 4 years ago

Hi, this is another attempt to add boto libraries for ansible. As asked in https://github.com/drone-plugins/drone-ansible/pull/26 I used alpine's APK repo to install botocore and boto3 (yes, ansible want both of them installed).

I've tested the image myself and it seems to be working. Please let me know if there's anything else.

tboerger commented 4 years ago

After merging https://github.com/drone-plugins/drone-base/pull/55 you can simply add py3-boto3@testing to the list of packages to install without defining any specifc repository url.

tboerger commented 4 years ago

If you apply the change we can finally merge it

mtb-xt commented 4 years ago

I screwed this branch up, opened a new PR instead. https://github.com/drone-plugins/drone-ansible/pull/29