this needs genshi too

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-06-23 21:14:04 +00:00
parent 0c5667c728
commit 811d985347

View file

@ -1,5 +1,8 @@
- name: Install python-bugzilla
yum: pkg=python-bugzilla state=present
- name: Install packages
yum: pkg={{item}} state=present
with_items:
- python-bugzilla
- python-genshi
tags:
- review-stats
- review-stats/build