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

update ansible to v2.10.0 #39

Closed xoxys closed 3 years ago

xoxys commented 3 years ago

This PR will update Ansible to v2.10 and is using the Ansible distribution package which still contains a pre-set of collections to keep backward-compatibility as much as possible.

As a lot has changed in Ansible v2.10 I would suggest ta create a v3.x tag.

xoxys commented 3 years ago

@tboerger could you take a look?

tboerger commented 3 years ago

Soot suggest to tag the ansible plugin before merge? Codewise LGTM.

xoxys commented 3 years ago

The latest tag of the plugin is alreayd latest ansible 2.9 release. We did it a few weeks ago :)

tboerger commented 3 years ago

You are right, latest tag got no diff to master.

tboerger commented 3 years ago

I have pushed v3.0.0 now.

xoxys commented 3 years ago

Thanks