Pull askbot from epel-testing for now.

This commit is contained in:
Kevin Fenzi 2014-01-10 21:50:12 +00:00
parent 12b88b57a1
commit d15b70251a

View file

@ -2,10 +2,14 @@
#
# Setup askbot for ask.fedoraproject.org site.
#
- name: install needed packages from epel-testing
yum: pkg={{ item }} state=installed enablerepo=epel-testing
with_items:
- askbot
- name: install needed packages
yum: pkg={{ item }} state=installed
with_items:
- askbot
- python-memcached
- python-askbot-fedmsg
- python-psycopg2