[ansible-project] Hi - Installed ansible (not the first time) but on a new box - and although pip install worked fine if I use ping command I get 'FAILED = paramiko is not installed'

2014-11-05 Thread Shaun Barker
pip install paramiko PyYAML Jinja2 httplib2 --upgrade Requirement already up-to-date: paramiko in /usr/lib/python2.6/site-packages Requirement already up-to-date: PyYAML in /usr/lib64/python2.6/site-packages Requirement already up-to-date: Jinja2 in /usr/lib/python2.6/site-packages Requirement

Re: [ansible-project] Hi - Installed ansible (not the first time) but on a new box - and although pip install worked fine if I use ping command I get 'FAILED = paramiko is not installed'

2014-11-05 Thread Brian Coca
check ansible shebang and make sure it is executing the same python On Wed, Nov 5, 2014 at 11:36 AM, Shaun Barker shaun...@gmail.com wrote: pip install paramiko PyYAML Jinja2 httplib2 --upgrade Requirement already up-to-date: paramiko in /usr/lib/python2.6/site-packages Requirement already