Hi,
I am testing ansible in CoreOS. I kind of set it up with pypy and it works. When I run a ping of a remote machine “ansible all -m ping” - I am getting the below error.
msg": “/bin/sh: /usr/bin/python: No such file or directory\r\nOpenSSH_6.9p1, OpenSSL 1.0.2e 3 Dec 2015\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: auto-mux: Trying existing master\r\ndebug1: mux_client_request_session: master session id: 2\r\nShared connection to 17.1.1.1 closed.\r\n”
The python path is in /opt/bin/python( this is pypy link ). Is there any way I can specify python path while running ansible?
Thanks,
./Siva.