Hi there,

I'm pretty new to ansible and trying to install rvm threw its official role 
system-wide.
Through installation process I came across a "rvm command not found" error, 
which (thru further diggin) brought me to the following question:

How come, that my PATH differs, depending if I ask for it with ansible or 
directly?

user@mgmt:~$ ansible *web1* -a "echo $PATH"

> web1 | SUCCESS | rc=0 >>
>
> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
>

user@*web1*:~$ echo $PATH

>
> /usr/local/rvm/gems/ruby-2.1.3/bin:/usr/local/rvm/gems/ruby-2.1.3@global/bin:/usr/local/rvm/rubies/ruby-2.1.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/rvm/bin
>

Im using ansible 2.0.0.2


Grateful for any help!

cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/73525f21-5298-42c1-a6f0-0f1890391eed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to