14 lines
278 B
YAML
14 lines
278 B
YAML
---
|
|
# Configuration for the fedbadges consumer
|
|
|
|
- name: copy database configuration
|
|
template: src=$item dest=/etc/fedmsg.d/$item owner=fedmsg group=fedmsg mode=0600
|
|
with_items:
|
|
- datanommer-db.py
|
|
- badges-awarder.py
|
|
|
|
tags:
|
|
- config
|
|
|
|
notify:
|
|
- restart fedmsg-hub
|