Ansible and Python versions

Hi All,

I am trying to find out how ansible can manage an infrastructure which have different python versions
I have a collection of boxes and I am planning to install ansible on a box with Python 2.6
The pool of boxes, contains both Python 2.6 and Python 2.7
Is there any problem in doing this? Can Ansible automatically work with different versions?

ansible should work fine with those 2 versions, if you need to setup
different paths you can use the ansible_python_interpreter variable
per host or group of hosts.