From 12c1bfacba0c545d7fe410668fb3d26ac2f699f3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 8 Dec 2014 18:03:55 +0000 Subject: [PATCH] It wasn't able to find any. Do you have to specify templates/? --- roles/httpd/reverseproxy/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/httpd/reverseproxy/tasks/main.yml b/roles/httpd/reverseproxy/tasks/main.yml index 4b83389f02..4d551dba4d 100644 --- a/roles/httpd/reverseproxy/tasks/main.yml +++ b/roles/httpd/reverseproxy/tasks/main.yml @@ -13,8 +13,8 @@ group=root mode=0644 with_first_found: - - reversepassproxy.{{destname}}.conf - - reversepassproxy.conf + - templates/reversepassproxy.{{destname}}.conf + - templates/reversepassproxy.conf notify: - restart httpd tags: