this needs genshi too
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
0c5667c728
commit
811d985347
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue