Get askbot from regular repos now.
This commit is contained in:
parent
27011cb0ad
commit
c37847a49f
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue