mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
Restart fm-consumer@koji_sync_listener not fedora-messaging@koji_sync_listener
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
- name: restart fedmsg-relay
|
||||
command: /usr/local/bin/conditional-restart.sh fedmsg-relay
|
||||
|
||||
- name: restart fedora-messaging@koji_sync_listener
|
||||
action: service name=fedora-messaging@koji_sync_listener state=restarted
|
||||
- name: restart fm-consumer@koji_sync_listener
|
||||
action: service name=fm-consumer@koji_sync_listener state=restarted
|
||||
|
||||
- name: reload httpd
|
||||
command: /usr/local/bin/conditional-reload.sh httpd httpd
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
when: env == "production"
|
||||
notify:
|
||||
- reload systemd
|
||||
- restart fedora-messaging@koji_sync_listener
|
||||
- restart fm-consumer@koji_sync_listener
|
||||
tags:
|
||||
- bodhi
|
||||
- koji-sync
|
||||
|
||||
Reference in New Issue
Block a user