--
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 ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/6ef150ff-4f3e-446b-88fc-75a20b6ab235%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It is not a bug.We hardcode /usr/bin/python and implement a functionality for that path to be specified on a per host basis using ansible_python_interpreter: see http://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-handle-python-not-having-a-python-interpreter-at-usr-bin-python-on-a-remote-machine
Additionally if you are able to utilize the "implicit localhost" which requires you to not specify localhost in inventory, ansible should use the correct python interpreter (the one used to invoke ansible-playbook/ansible): see http://docs.ansible.com/ansible/latest/inventory/implicit_localhost.html#implicit-localhost
--
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 ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/96ac7841-8157-435c-8d17-39777c6206ce%40googlegroups.com.