Pull askbot from epel-testing for now.
This commit is contained in:
parent
12b88b57a1
commit
d15b70251a
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue