Fix task which removes obsolete sysV files for varnish daemons

This commit is contained in:
Romain Dessort 2017-05-23 11:13:40 -04:00
parent 9f2088cb7f
commit f2c4f2a59f

View file

@ -10,7 +10,10 @@
file: file:
path: "{{ item }}" path: "{{ item }}"
state: absent state: absent
with_fileglob: "/etc/defaults/varnish*" with_items:
- /etc/defaults/varnish
- /etc/defaults/varnishncsa
- /etc/defaults/varnishlog
tags: tags:
- varnish - varnish