diff options
author | Ralph Bean <rbean@redhat.com> | 2017-03-01 21:24:38 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-03-01 21:24:38 +0000 |
commit | 40c82912be342dc377dbdf7884e75a6b8c5abd10 (patch) | |
tree | f2f519fdd8ac357bbe5370d586cbfbbcc45c8a4d | |
parent | 6f19824f20436872654fc7a45c5ce3e87f7f59a9 (diff) | |
download | ansible-40c82912be342dc377dbdf7884e75a6b8c5abd10.tar.gz ansible-40c82912be342dc377dbdf7884e75a6b8c5abd10.tar.xz ansible-40c82912be342dc377dbdf7884e75a6b8c5abd10.zip |
Put the koji config in place.
-rw-r--r-- | roles/mbs/common/tasks/main.yml | 10 |
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 |