Closed thbar closed 5 years ago
There will be a bundler fix to avoid this problem https://github.com/bundler/bundler/pull/6867
The release of bundler v2.0.1 solves this for me.
Ideally, being able to pass a version (like in #191, but optional) would be great.
I'll close this for now.
On an existing Ansible setup using this role, or for a fresh install, I'm getting this error:
If I understand correctly, this will affect anyone using this role without
rvm1_bundler_install: False
.My understanding is that the available fixes are:
bundle install
(ideally a version passed by the user, in idempotent fashion)rvm1_bundler_install: False
then a custom task to install the relevant version for each installed rubyI will likely attempt to use the third solution for now, but wanted to document this since it will likely affect other rubyists.