Restart fedwatch when this file changes.
This commit is contained in:
parent
13623a7c73
commit
1fefb3b691
2 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
||||||
- name: restart fedmsg-relay
|
- name: restart fedmsg-relay
|
||||||
command: /usr/local/bin/conditional-restart.sh fedmsg-relay fedmsg-relay
|
command: /usr/local/bin/conditional-restart.sh fedmsg-relay fedmsg-relay
|
||||||
|
|
||||||
|
- name: restart fedwatch
|
||||||
|
action: service name=fedwatch state=restarted
|
||||||
|
|
||||||
- name: reload httpd
|
- name: reload httpd
|
||||||
command: /usr/local/bin/conditional-reload.sh httpd httpd
|
command: /usr/local/bin/conditional-reload.sh httpd httpd
|
||||||
|
|
||||||
|
|
|
@ -174,6 +174,7 @@
|
||||||
|
|
||||||
- name: configure fedwatch to sync packages as soon as requests are process.
|
- name: configure fedwatch to sync packages as soon as requests are process.
|
||||||
copy: src=fedwatch.conf dest=/etc/fedwatch.conf
|
copy: src=fedwatch.conf dest=/etc/fedwatch.conf
|
||||||
|
notify: restart fedwatch
|
||||||
tags:
|
tags:
|
||||||
- bodhi
|
- bodhi
|
||||||
- fedwatch
|
- fedwatch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue