Restart fcomm-cache-worker when config changes.

This commit is contained in:
Ralph Bean 2014-11-17 15:35:29 +00:00
parent 0b17c98111
commit 5bd10b3e2c
2 changed files with 6 additions and 0 deletions

View file

@ -138,3 +138,6 @@
command: pkill -HUP libvirtd
ignore_errors: true
when: inventory_hostname.startswith('buildhw')
- name: restart fcomm-cache-worker
service: name=fcomm-cache-worker state=restarted