Restart fcomm-cache-worker when config changes.
This commit is contained in:
parent
0b17c98111
commit
5bd10b3e2c
2 changed files with 6 additions and 0 deletions
|
@ -138,3 +138,6 @@
|
||||||
command: pkill -HUP libvirtd
|
command: pkill -HUP libvirtd
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
when: inventory_hostname.startswith('buildhw')
|
when: inventory_hostname.startswith('buildhw')
|
||||||
|
|
||||||
|
- name: restart fcomm-cache-worker
|
||||||
|
service: name=fcomm-cache-worker state=restarted
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
owner=apache group=apache mode=0600
|
owner=apache group=apache mode=0600
|
||||||
notify:
|
notify:
|
||||||
- restart httpd
|
- restart httpd
|
||||||
|
- restart fcomm-cache-worker
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -56,6 +57,7 @@
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
notify:
|
notify:
|
||||||
- restart httpd
|
- restart httpd
|
||||||
|
- restart fcomm-cache-worker
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -79,6 +81,7 @@
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
notify:
|
notify:
|
||||||
- restart httpd
|
- restart httpd
|
||||||
|
- restart fcomm-cache-worker
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue