apenella
apenella
The workflow executor was implemented in the #122. Although the galaxy command is not available yet, I closed the issue because the workflow executor is ready.
Hi @YXY-121 I want to add some breaking changes to the Executor interface which will facilitate introducing the changes I want to add to solve that issue. For that reason,...
hi @YXY-121! I already have the fix for the issue you raised. It will be released in the coming days. https://github.com/apenella/go-ansible/pull/147/commits/9a384e5e80d4c8b3bfc2d794259c21c75907b89f Thanks!
The fix is available in https://github.com/apenella/go-ansible/releases/tag/v2.0.0
Hi, @mnaser! Thank you very much for opening that issue. I hadn't come across [go-embed-python](https://github.com/kluctl/go-embed-python) before, and it looks like it could open a multitude of possibilities. Big kudos to...
@codablock, thank you very much for your confirmation! @mnaser Knowing that, do you feel your doubt has been resolved? As mentioned earlier, I plan to create an example showing the...
Hi @ditwrd! Thank you very much for sharing your insights on this. I am considering writing an example related to that because I felt appealed by this idea. I believe...
@mnaser @ditwrd @codablock [Here](https://github.com/apenella/go-ansible/pull/147/commits/2e5956500f0947a23db9d6e23f5485b4f362f616) you can see an example using the `go-ansible` library along with `go-embed-python`. I hope it could inspire you and someone else to create new solutions!
An example is available in https://github.com/apenella/go-ansible/releases/tag/v2.0.0
Hi @kolcak Thank you very much for your workaround! The idea I have is to provide a solution that does not require an intermediate script but I will do a...