You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: No one wants to maintain the official Drone Ansible plugin, and now it's on an old version of ansible (pre ansible-core/community)
Solutions:
Maintain a fork. There are some multi-year epen PR's to the official repo that still have not been merged yet, so I don't think creating a PR is an option here... This is sad.
Create a new plugin from scratch, so that we can use something a little more approachable (e.g. python) that other developers can iterate on as well.
After some fiddling, I'm leaning towards "porting" the current plugin code over the a Python 3 version.. Just need to find the time to get around to this..
The text was updated successfully, but these errors were encountered:
I've had success building several different versions of both ansible-core and ansible. I should spend some time cleaning the repo to make it easier to build version whatever easier. Seems like its working well for my needs without a rewrite. But I haven't spent the time to see if there are any new major CLI feature and/or breaking changes.
Problem: No one wants to maintain the official Drone Ansible plugin, and now it's on an old version of ansible (pre ansible-core/community)
Solutions:
Maintain a fork. There are some multi-year epen PR's to the official repo that still have not been merged yet, so I don't think creating a PR is an option here... This is sad.
Create a new plugin from scratch, so that we can use something a little more approachable (e.g. python) that other developers can iterate on as well.
After some fiddling, I'm leaning towards "porting" the current plugin code over the a Python 3 version.. Just need to find the time to get around to this..
The text was updated successfully, but these errors were encountered: