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:
Rick Elrod 2015-10-06 02:50:19 +00:00
parent dcf9f856d0
commit dbaaf8d307

View file

@ -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: