Fix another issue in task for removing Varnish sysV default files

This commit is contained in:
Romain Dessort 2017-05-23 11:22:57 -04:00
parent f2c4f2a59f
commit 4ca37fddbc

View file

@ -11,9 +11,9 @@
path: "{{ item }}" path: "{{ item }}"
state: absent state: absent
with_items: with_items:
- /etc/defaults/varnish - /etc/default/varnish
- /etc/defaults/varnishncsa - /etc/default/varnishncsa
- /etc/defaults/varnishlog - /etc/default/varnishlog
tags: tags:
- varnish - varnish