From f2bc4c498bac801360491218e8ec1b390a35ed67 Mon Sep 17 00:00:00 2001 From: Remy Mudingay <remy.mudingay@esss.se> Date: Tue, 17 Jul 2018 19:41:39 +0200 Subject: [PATCH] Corrected task comment --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index f9bf624..3a98a42 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,7 +4,7 @@ name: tinyproxy state: present -- name: Copy 400 error html files +- name: Copy error html files template: src: "{{ item }}" dest: "/usr/share/tinyproxy/{{ item }}" -- GitLab