On Wed, Mar 25, 2015 at 2:37 PM, Brian Coca <[email protected]> wrote:
> In the latest amazon linux it seems they did add the module for > python2.6 but not to python2.7, you will need to either install this > python library before being able to use the yum module with python2.7 > or just set ansible_python_interpreter to point at the 2.6 one. It's the other way around, python2.6 isn't shipped with the yum module. Some people already reported this in the aws forums [1] [2], and it can be corrected in already running instances by setting the correct python version using the 'alternatives' command, shown in both posts and in the release notes [3]. Also, they already fixed that in the repository, so newly launched instances get this fixed during the automatic upgrade of a first booted instance using Amazon Linux. [1] https://forums.aws.amazon.com/thread.jspa?threadID=174345 [2] https://forums.aws.amazon.com/thread.jspa?threadID=174341 [3] https://aws.amazon.com/pt/amazon-linux-ami/2015.03-release-notes/ -- Ivan Sichmann Freitas GNU/Linux user #509059 SDF MetaArpa Member http://isf.sdf.org/about.html -- 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/CAG2tFJxLXsWVUn02VTkubz%2BgRc%3DV1RsCxM5yM%2B53jYUG96maxA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
