summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-03-01 21:24:38 +0000
committerRalph Bean <rbean@redhat.com>2017-03-01 21:24:38 +0000
commit40c82912be342dc377dbdf7884e75a6b8c5abd10 (patch)
treef2f519fdd8ac357bbe5370d586cbfbbcc45c8a4d
parent6f19824f20436872654fc7a45c5ce3e87f7f59a9 (diff)
downloadansible-40c82912be342dc377dbdf7884e75a6b8c5abd10.tar.gz
ansible-40c82912be342dc377dbdf7884e75a6b8c5abd10.tar.xz
ansible-40c82912be342dc377dbdf7884e75a6b8c5abd10.zip
Put the koji config in place.
-rw-r--r--roles/mbs/common/tasks/main.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/mbs/common/tasks/main.yml b/roles/mbs/common/tasks/main.yml
index 97a21e721..0c2e57042 100644
--- a/roles/mbs/common/tasks/main.yml
+++ b/roles/mbs/common/tasks/main.yml
@@ -35,6 +35,16 @@
- mbs
- mbs/common
+- name: copy koji configuration
+ template: >
+ src=koji.conf dest=/etc/module-build-service/koji.conf
+ owner=root group=fedmsg mode=0644
+ notify:
+ - restart fedmsg-hub
+ tags:
+ - mbs
+ - mbs/common
+
- name: copy fedmsg configuration
template: >
src=mbs-fedmsg.py dest=/etc/fedmsg.d/mbs-fedmsg.py