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:
parent
494e99c7fb
commit
5081dfbc44
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue