Let fedmsg read the fedmsg config file

This commit is contained in:
Pierre-Yves Chibon 2017-11-21 17:04:57 +01:00
parent 6208b4a213
commit f8d26977a3

View file

@ -14,7 +14,7 @@
- name: copy simple-koji-ci configuration
template: src={{ item.file }}
dest={{ item.location }}/{{ item.file }}
owner=root group=root mode=0640
owner=root group=fedmsg mode=0640
with_items:
- { file: simple_koji_ci.py, location: /etc/fedmsg.d }
- { file: endpoints.py, location: /etc/fedmsg.d }