From 4e02e8ee946c0aa286ac1c6ac1705fb1b9386a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Thu, 4 Jul 2019 17:16:34 +0200 Subject: [PATCH] squid: typo for copy task --- squid/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squid/tasks/main.yml b/squid/tasks/main.yml index 2e50789e..f04a08f0 100644 --- a/squid/tasks/main.yml +++ b/squid/tasks/main.yml @@ -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)"