Make sure python-fedbadges and friends are installed.
This commit is contained in:
parent
583f2f2087
commit
6e2dc648f6
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,14 @@
|
|||
---
|
||||
# Configuration for the fedbadges consumer
|
||||
|
||||
- name: install needed packages
|
||||
yum: pkg=$item state=installed
|
||||
with_items:
|
||||
- python-fedbadges
|
||||
- python-psycopg2
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: copy database configuration
|
||||
template: src=$item dest=/etc/fedmsg.d/$item owner=fedmsg group=fedmsg mode=0600
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue