From d0f8126a9aa20161080a00dbe11b1d3d87a0ae99 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 22 Jan 2016 00:41:38 +0000 Subject: [PATCH] This is called file Signed-off-by: Patrick Uiterwijk --- roles/httpd/redirect/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/redirect/tasks/main.yml b/roles/httpd/redirect/tasks/main.yml index 7a45c4e2f1..170b2adfdf 100644 --- a/roles/httpd/redirect/tasks/main.yml +++ b/roles/httpd/redirect/tasks/main.yml @@ -8,7 +8,7 @@ # This is the only real work we do. - name: Copy over httpd redirect file for {{name}} template: > - src={{conf}} + src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{name}}-redirect.conf mode=0644 owner=root