Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit 4e02e8ee94 - Show all commits

View file

@ -32,7 +32,7 @@
- name: "Set custom systemd unit service (Debian 10 or later)"
copy:
src: squid.service
dst: /etc/systemd/system/squid.service
dest: /etc/systemd/system/squid.service
when: ansible_distribution_major_version | version_compare('10', '>=')
- name: "squid.conf is present (jessie)"