Get askbot from regular repos now.

This commit is contained in:
Kevin Fenzi 2015-02-15 18:34:29 +00:00
parent 27011cb0ad
commit c37847a49f

View file

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