Hi Brian, that's absolutely right. I changed the default python and the playbook passed successfully. test tmp # eselect python list Available Python interpreters: [1] python2.7 [2] python3.2 * [3] python3.3 test tmp # eselect python set python2.7 test tmp # eselect python list Available Python interpreters: [1] python2.7 * [2] python3.2 [3] python3.3
Thanks, Dimitar On Tuesday, June 23, 2015 at 5:44:25 PM UTC+3, Brian Coca wrote: > > on the gentoo machine you are hitting python v3, ansible needs v2 for it's > modules, you should either set ansible_python_interpreter for that host to > point to the v2 python or change the default python to the v2 version. > > ------------ > Brian Coca > > > -- > Brian Coca > > -- 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/75c70f09-5f90-4ad3-b8a3-ab672a5f6f8e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
