From ad56c68d809e13d13dc5686298778c0c3e53e012 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 12 Dec 2014 20:06:11 +0000 Subject: [PATCH] Typofix. --- roles/haproxy/rewrite/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/rewrite/tasks/main.yml b/roles/haproxy/rewrite/tasks/main.yml index 8883367d8d..cb5e1ed808 100644 --- a/roles/haproxy/rewrite/tasks/main.yml +++ b/roles/haproxy/rewrite/tasks/main.yml @@ -1,4 +1,4 @@ -- template: src=rewrite.conf dest=/etc/httpd.conf.d/{{website}}/haproxy.conf +- template: src=rewrite.conf dest=/etc/httpd/conf.d/{{website}}/haproxy.conf notify: - restart httpd tags: