Yeah since it's in /usr/bin that is most definitely *NOT* a path thing. I'm not sure what the failure mode here was, possibly the script died when it saw a shell wasn't interactive?
On Wed, Aug 20, 2014 at 1:11 PM, Dan Bohea <[email protected]> wrote: > I appreciate your persistence Michael :) Thanks for all your help so far. > > I did try the path thing (a few comments up where I quoted some code > snippets) but it didn't seem to make any difference. The locations that I > added to PATH could have been incorrect of course - I based them on what > was returned from running the following: > > which sqlite3 > > This returns: > > /usr/bin/sqlite3 > > If I run "echo $PATH" from within my playbook I get: > > /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/ > bin > > As you can see, "usr/bin" is in there. > > Am I missing something obvious here? I'm not a sys-admin as I'm sure you > can tell. Do I need to add that massive PATH above via Ansible's > environment module? > > -- > 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/3a51cc97-8349-4019-a93f-65452d44196a%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/3a51cc97-8349-4019-a93f-65452d44196a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BnsWgz5H2wa3Kj4L6ZE-6einX0m%2B_1HscgX1dfbwUFW9AHx%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
