On Fri, 8 May 2015 11:55 pm Brian Coca <[email protected]> wrote: try: sudo sh -c 'echo $PATH'
su can readd path info, the above is closer to what ansible does (it uses sudo -u <user> not sudo su). $ sudo sh -c 'echo $PATH' /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin:/opt/vc/bin -- 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/CAFdkmptoK8NM-GxS5f3i8xvr2%3DXEzxBW74snnTMBOzfyPRYWrw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
