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

[#16] do not remove libressl-dev package since it breaks vault #17

Closed andviro closed 5 years ago

xoxys commented 5 years ago

@andviro I think we can update Ansible to 2.7.9 too. @tboerger any doubts?

tboerger commented 5 years ago

The dev package isn't needed, just add libressl to the packages to install, otherwise dropping libressl-dev also drops the main package because it's not needed anymore.

andviro commented 5 years ago

The dev package isn't needed, just add libressl to the packages to install, otherwise dropping libressl-dev also drops the main package because it's not needed anymore.

Yep, this is it. Sorry, didn't look into it properly. See 928bfc2.