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