-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Gem install package failed, and Symlink is not work #129
Comments
@zarr12steven Did you tried adding the installation path |
@lpaulmp I use default
but when I added
|
@zarr12steven Did you ever resolve this? |
I've spent a couple days fighting with the gem ansible module and environment configuration. Frustrated I've changed to just using shell invocations. With the stock gem module I never get my gems installed under ~/.rvm but always at ~/.gem. I've needed to explicit a correct PATH too, in my case:
Please consider add something about this to the documentation. Other than this, thanks for the job! |
ENVIORNMENT
remote server: CentOS Linux release 7.2.1511 (Core)
PURPOSE
After install rvm, and I want to use gem install compass
Ansible Config
I always use run root, my playbook is below there
I add new file in
rvm_io.ruby/tasks/gem.yml
and i add this file to
rvm_io.ruby/tasks/main.yml
First error:
so I fixed
rvm_io.ruby/tasks/gem.yml
Secondary error
Question1: but I don't have any idea, what can I do ?
Question2: and I want to know why the symlink not works ?
The text was updated successfully, but these errors were encountered: