You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i try to install rvm via ansible, but the role cant update rvm because the role rvm-path is incorrect.
Imho, is my config correct. if i change the isntall-path to /usr/local/rvm installation finish successfully.
at first i had to update my rvm-role config with (like descriped in the readem):
To a user that is not ansible_user
You will need root access here because you will be writing outside the ansible user's home directory. Other than that it's the same as above, except you will supply a different user account:
rvm1_install_flags: '--auto-dotfiles --user-install'
rvm1_install_path: '/home/someuser/.rvm'
the issue
its not an rvm-role issue, i think the issue occurs because the shell dont know the rvm path.
as is run "rvm autolib 3", i got the same issue, after reload my shell, the command runs without errors.
BUT , i dont know why the ansible-rvm-role dont know its current path, or why the shell wont reload the path.
Hi, i try to install rvm via ansible, but the role cant update rvm because the role rvm-path is incorrect.
Imho, is my config correct. if i change the isntall-path to
/usr/local/rvm
installation finish successfully.Ansible Error Log:
role-config:
The text was updated successfully, but these errors were encountered: