squid: typo for copy task

This commit is contained in:
Benoît S. 2019-07-04 17:16:34 +02:00
parent bb288ca991
commit 4e02e8ee94
1 changed files with 1 additions and 1 deletions

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)"