mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
Restart fedora-messaging@koji_sync_listener
After placing the fedora-messaging config Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
- 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: reload httpd
|
||||
command: /usr/local/bin/conditional-reload.sh httpd httpd
|
||||
|
||||
|
||||
@@ -87,8 +87,6 @@
|
||||
dest: /usr/lib/python3.8/site-packages/koji_sync_listener.py
|
||||
mode: 0644
|
||||
when: env == "production"
|
||||
notify:
|
||||
- restart fedora-messaging@koji_sync_listener
|
||||
tags:
|
||||
- bodhi
|
||||
- koji-sync
|
||||
@@ -100,6 +98,7 @@
|
||||
when: env == "production"
|
||||
notify:
|
||||
- reload systemd
|
||||
- restart fedora-messaging@koji_sync_listener
|
||||
tags:
|
||||
- bodhi
|
||||
- koji-sync
|
||||
|
||||
Reference in New Issue
Block a user