varnish: fix handlers

This commit is contained in:
Victor LABORIE 2017-05-12 14:47:58 +02:00
parent b08f968f44
commit da39dbb87b
2 changed files with 2 additions and 6 deletions

View file

@ -1,9 +1,6 @@
---
- name: reload systemctl
systemd:
daemon_reload: yes
- name: reload varnish
service:
systemd:
name: varnish
state: reloaded
daemon_reload: yes

View file

@ -37,7 +37,6 @@
dest: /etc/systemd/system/varnish.service.d/varnish.conf
force: yes
backup: yes
notify: reload systemctl
tags:
- varnish