Enable varnish to start on boot also

This commit is contained in:
Kevin Fenzi 2015-01-28 01:52:50 +00:00
parent af02564a5c
commit 546ad2148a

View file

@ -34,3 +34,8 @@
- restart varnish
tags:
- varnish
- name: make sure varnish is set to enabled on boot
service: enabled=yes name=varnish
tags:
- varnish