>From that error it looks like there is no python at /usr/bin/python at the target host, normally this is due to not having python install or having it in an alternate location (which you can direct ansible to with the ansiblie_python_interpreter variable).
On Thu, May 7, 2015 at 11:13 AM, Oscar Betancur <[email protected]> wrote: > Hi Everyone. > > I am having this error message submitting a job: > > /bin/sh: 1: /usr/bin/python: not found OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan > 2014 debug1: Reading configuration data /etc/ssh/ssh_config debug1: > /etc/ssh/ssh_config line 19: Applying options for * debug1: auto-mux: Trying > existing master debug1: mux_client_request_session: master session id: 2 > Shared connection to hv-fl-002 closed. > > Any clues? > > Thanks a lot. > > -- > 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/b3773dc5-cb99-4ea3-9803-29c966fa56ed%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Brian Coca -- 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/CAJ5XC8mn4k3RsbGWg6XFx5_Lpttw4k93Cu8QYLkX%3DKUJhryJ1Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
