ansible-elixir-stack
ansible-elixir-stack copied to clipboard
If an asdf plugin is installed, setup playbook fails
If an asdf plugin is installed, setup playbook fails. Because when a plugin is already added to asdf, it exists with 1 code. It's quite annoying. A solution may be to ignore errors in this step, but in this case the playbook will continue it's work even if asdf failed to add a plugin. What do you think? Should ansible ignore errors on this step? Would it be a good improvement?
@vsushkov ideally we should be running asdf plugin-list to check if the plugin is already there. That is a better choice.
I have the same problem.