ansible-elixir-stack icon indicating copy to clipboard operation
ansible-elixir-stack copied to clipboard

If an asdf plugin is installed, setup playbook fails

Open vsushkov opened this issue 9 years ago • 2 comments

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 avatar Jun 10 '16 11:06 vsushkov

@vsushkov ideally we should be running asdf plugin-list to check if the plugin is already there. That is a better choice.

HashNuke avatar Jun 10 '16 12:06 HashNuke

I have the same problem.

hxgdzyuyi avatar Apr 05 '17 06:04 hxgdzyuyi