systemd should be reloaded whenever varnish.service override changes

This commit is contained in:
Mikolaj Izdebski 2018-11-30 08:07:40 +00:00
parent 2423acd358
commit 43c0f009cc

View file

@ -35,6 +35,7 @@
- name: install varnish /etc/systemd/system/varnish.service file (fedora 29+)
template: src=varnish.f29.j2 dest=/etc/systemd/system/varnish.service owner=root group=root
notify:
- reload systemd
- restart varnish
tags:
- varnish