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. -- 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/4521bb4f-d981-4a0d-9a46-b5cde3d5b9b3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
