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: