I see thanks Marcus. I'll go ahead keep fiddling with this and see what I come up with.
On Sunday, August 23, 2015 at 4:29:16 AM UTC-7, Marcus Franke wrote: > > On Sat, Aug 22, 2015 at 03:15:40PM -0700, Derrick Mar wrote: > > Hey Brian. Thanks for the response. Yeah I definitely agree this is a > noop. > > My question is how do I make is so that it loads RVM and > ansible_env.PATH > > will include paths such as /home/ubuntu/.rvm/gems/ruby-2.2.2/wrappers. > For > > example, immediately when I SSH into my EC2 instance it automatically > loads > > RVM. I'd like to do the same with ansible when I ssh. > > > > Hi, > > the problem with this is, that you are loading your .rvm environment > probably > from some kind of .profile or the login shell you are using. > > When Ansible does its login into the destination server it is running in > an > empty environment like a cron job. > > You have to wrap your script in a wrapper script, that would enable your > rvm > environment inside your task. Maybe you should reconsider using a ruby > version > from rvm for system tasks, you may be trying to perform. > > > Greetings, > /mf > > -- > may you always grok in fullness > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/e2415316-1f5d-42db-b8cd-ee65c65dab4a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
