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
1 changed files with 3 additions and 3 deletions

View File

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