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

add ansible collection install from the requirements #41

Closed dkmatt0 closed 3 years ago

dkmatt0 commented 3 years ago

Hello,

Here : https://github.com/drone-plugins/drone-ansible/blob/master/plugin.go#L210 With this function, ansible installs the roles. Could you add the launch of the ansible collection install .... command that will allow the installation of the collections from the requirements.yml?

Thanks you so much

tboerger commented 3 years ago

As you can see on https://github.com/drone-plugins/drone-ansible/pull/40#issuecomment-706717839 collections are already getting installed.

dkmatt0 commented 3 years ago

Sorry my bad because on docker hub: plugins/ansible:latest => v2.1.0 but I need v3.

Thanks

tboerger commented 3 years ago

I missed that https://cloud.drone.io/drone-plugins/drone-ansible/81 failed which should update latest. I have triggered a rebuild to get also latest updated correctly.