add missing dep, and make python-flask-openid come from epel-testing
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
dcf9f856d0
commit
dbaaf8d307
1 changed files with 11 additions and 0 deletions
|
@ -8,6 +8,17 @@
|
|||
- python-psycopg2
|
||||
- libsemanage-python
|
||||
- python-memcached
|
||||
- python-bunch
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
- notifs
|
||||
- notifs/frontend
|
||||
|
||||
- name: install packages needed from epel testing
|
||||
yum: pkg={{ item }} state=present enablerepo=epel-testing
|
||||
with_items:
|
||||
- python-flask-openid
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue