It seems Luke a lot less effort to install python2, both Gentoo and FreeBSD support this well. Then use ansible python interpreter to use it
Brian Coca
It seems Luke a lot less effort to install python2, both Gentoo and FreeBSD support this well. Then use ansible python interpreter to use it
Brian Coca
I meant “Support having multiple python versions.”
Brian Coca
FWIW, bcoca is referring to just setting the variable
ansible_python_interpreter in inventory, or a group variable, to the
path of your Python 2 on the remote nodes.
example:
[gentoo]
a.example.com
b.example.com
[gentoo:vars]
ansible_python_interpreter=/hey/look/over/here/bin/python
Oh wow, wish I saw this earlier
Yep, sorry, shouldn’t try to respond from phone when in bus
Brian Coca