Fix and simplify package caching.

This commit is contained in:
Andreas B. Mundt 2019-05-27 18:04:01 +03:00
parent dd89bbb9a4
commit 44a426c383
2 changed files with 1 additions and 5 deletions

View file

@ -22,10 +22,6 @@
insertbefore: "TAG: store_miss"
block: |
store_id_program /usr/lib/squid/storeid_file_rewrite /etc/squid/store_id_regex.conf
store_id_bypass off
acl Ordinary http_status 200-299
send_hit deny !Ordinary
store_miss deny !Ordinary
marker: "# {mark} ANSIBLE MANAGED BLOCK store_id"
notify: "restart squid"