Ansible 1.7.1 RPM?

Is there a place to download an ansible 1.7.1 RPM? I can only find version 1.7 on epel and epel-testing, and that has a bad bug with commands that have a lot of output. I can no longer find 1.6.x in epel either, so I’m kind of stuck.

I tried to build a 1.6.6 RPM myself, but ran into an error:
error: line 9: Empty tag: Version:
make: *** [rpm] Error 1

I don’t want to run it from source, since that seems to require adding variables to each user’s profile; I’d rather have the commands in /usr/bin or something similar.

Help!

Oops. I built them, but somehow the updates didn't get submitted. ;(

I've submitted them now:

https://admin.fedoraproject.org/updates/ansible-1.7.1-1.fc20
https://admin.fedoraproject.org/updates/ansible-1.7.1-1.fc19
https://admin.fedoraproject.org/updates/ansible-1.7.1-1.el6

You can also always get fedora/epel rpms from the buildsystem (as long
as you don't mind that they aren't signed):

http://koji.fedoraproject.org/koji/packageinfo?packageID=13842

kevin

Thanks for the quick fix!