I set ansible_python_interpreter in my ansible.cfg and then in my playbook to point to a Python3.5 installation, but when I still get
$ ansible --version ansible 2.4.0.0 config file = /users/myuser/.ansible.cfg configured module search path = [u'/users/myuser/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /local/python/lib/python2.7/site-packages/ansible-2.4.0.0-py2.7.egg/ansible executable location = /local/python/bin/ansible python version = 2.7.14 (default, Oct 10 2017, 13:19:29) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)] On Tuesday, October 31, 2017 at 3:20:04 PM UTC-4, Matt Martz wrote: > > Look at ansible_python_interpreter: > http://docs.ansible.com/ansible/latest/intro_inventory.html#list-of-behavioral-inventory-parameters > > On Tue, Oct 31, 2017 at 2:12 PM, ZillaYT <[email protected] <javascript:>> > wrote: > >> How do I force Ansible to use a certain version of Python? Is it in the >> ansible.cfg file? For example, I see via "ansible --version" command that >> it's using /usr/local/bin/python v2.6.6, but I want it to use >> /local/python/bin/python v2.7.x for example? >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/a2fb46cb-149c-41ca-838f-a28e78d5c423%40googlegroups.com >> >> <https://groups.google.com/d/msgid/ansible-project/a2fb46cb-149c-41ca-838f-a28e78d5c423%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Matt Martz > @sivel > sivel.net > -- 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/d18d5856-0ef7-405e-b927-1f82d5d5fa74%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
