2016-07-28 19:57 GMT-04:00 Subramanian P V <[email protected]>:
> I am facing the same situation. Is there a way to run ansible like an > excutable like sourcing in old environments. I have a setup where ansible > 1.5 is present and on the same machine i need to execute the ansible > scripts of 2.0.0.2 version > IMO, the best option in this case is to make use of Python virtual environments, and install Ansible via pip <http://docs.ansible.com/ansible/intro_installation.html#latest-releases-via-pip>. You can have several virtual environments, each with different Ansible versions, and then activate the one you need prior to running your playbooks. HTH, Carlos. -- 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/CAPjvz2mb_R%2BJRof1mCS%2BYnn9QpJ4yMe3yF%3D9jyLUj_9HuzE1%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
