diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-03-07 12:06:41 -0800 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-03-07 12:06:41 -0800 |
| commit | 651061ea10280d1158bb225673166f8cede1acc8 (patch) | |
| tree | b12f1a8ad66aa09be7d0950d2b2ab03de47851d6 /roles/check-compose/tasks | |
| parent | 73da02a655052a104447d314bafd38dcbc481671 (diff) | |
| download | ansible-651061ea10280d1158bb225673166f8cede1acc8.tar.gz ansible-651061ea10280d1158bb225673166f8cede1acc8.tar.xz ansible-651061ea10280d1158bb225673166f8cede1acc8.zip | |
openqa_dispatcher: revise for fedmsg hub consumer
ditch the old systemd consumer service, install the fedmsg
consumer config file, add some fedmsg-hub reload notifications.
Diffstat (limited to 'roles/check-compose/tasks')
| -rw-r--r-- | roles/check-compose/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index 8ebae2c48..aeabdf4b5 100644 --- a/roles/check-compose/tasks/main.yml +++ b/roles/check-compose/tasks/main.yml @@ -31,6 +31,7 @@ dnf: name={{ item }} state=present with_items: - fedfind + - python2-fedmsg-consumers - python-setuptools - python-six tags: |
