-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] ability to not install a system ruby version? #34
Comments
@thom-nic can you show content of your |
It's just a single line:
Rbenv already understands how to process it, it's sort of a generic |
@thom-nic do you need to override ruby version from default 2.2.0 to your 2.1.3? |
As can you see in Readme - you can setup any ruby with this role.
as example |
Yeah I understand I can set it up that way but I still have to specify the ruby version there in addition to what's in my project .ruby-version. rbenv's Simply not installing a system ruby until the app is installed would fix that. I mean I can run |
👍 it would be great to have an option to skip installing a Ruby and just set up rbenv instead. |
I want to install rbenv with this role but then not install a ruby version until later in my build when my app sources are checked out. There's a
.ruby-version
file which defines the proper ruby version (at which point I can just add ashell: bash -lc rbenv install
line to install the correct ruby version without specifying it anywhere in my ansible vars. Does that make sense? Could it be possible to definerbenv.ruby_version
as an empty/ false value to skip the default install?The text was updated successfully, but these errors were encountered: