squid: don't overwrite whitelist for Debian 8

This commit is contained in:
Jérémy Lecour 2017-09-14 09:29:22 +02:00 committed by Jérémy Lecour
parent b4cf781dd1
commit 82fda57cdb
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
copy:
src: whitelist-evolinux.conf
dest: /etc/squid3/whitelist.conf
force: no
notify: "reload squid3"
when: ansible_distribution_major_version == "8"