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:
Mohan Boddu 2020-06-11 13:01:39 -04:00
parent 494e99c7fb
commit 5081dfbc44
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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