Restart varnish on changes

This commit is contained in:
Kevin Fenzi 2015-01-06 22:19:18 +00:00
parent 18d7401265
commit 538f1bec6a
2 changed files with 9 additions and 0 deletions

View file

@ -144,3 +144,6 @@
- name: restart haproxy
service: name=haproxy state=restarted
- name: restart varnish
service: name=varnish state=restarted