rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

Allow skipping bundler installation #103

Closed chadoh closed 8 years ago

chadoh commented 8 years ago

I do not need bundler. If you'd like, I can add a when: condition to the "install bundler" step so that people can opt out of it.

lpaulmp commented 8 years ago

@chadoh Sorry for late response I'll take a look.

pvlltvk commented 8 years ago

@lpaulmp So, what about skipping bundler installation? I think that it will be useful feature.

pkuczynski commented 8 years ago

Sure, why not. If its optional, it doesn't hurt. @chadoh can you come up with a PR?

chadoh commented 8 years ago

I no longer need this personally and therefore don't feel very motivated to carve out time for it. I don't mind if this is closed.

pvlltvk commented 8 years ago

@pkuczynski I will do it

pkuczynski commented 8 years ago

@chadoh fair enough. Thanks for the idea anyway! :) @pvlltvk sure, I will keep it open for you...

pvlltvk commented 8 years ago

@pkuczynski I've just created PR https://github.com/rvm/rvm1-ansible/pull/110

lpaulmp commented 8 years ago

@pkuczynski thanks for the contribution I'm closing this issue.