From dbaaf8d3074df8529d3f0c8f5c8c0081c45f3921 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 6 Oct 2015 02:50:19 +0000 Subject: [PATCH] add missing dep, and make python-flask-openid come from epel-testing Signed-off-by: Ricky Elrod --- roles/notifs/frontend/tasks/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/notifs/frontend/tasks/main.yml b/roles/notifs/frontend/tasks/main.yml index 41904ff7e7..c2f936d93a 100644 --- a/roles/notifs/frontend/tasks/main.yml +++ b/roles/notifs/frontend/tasks/main.yml @@ -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: