From 36de1fb87b78ddc5fe12b5775068ec7eabc77502 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 8 Dec 2014 19:28:11 +0000 Subject: [PATCH] Try fully qualifying these. --- 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 a94986d82d..b800ab3040 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 + - "{{roles}}/httpd/reverseproxy/templates/reversepassproxy.{{destname}}.conf" + - "{{roles}}/httpd/reverseproxy/templates/reversepassproxy.conf" notify: - restart httpd tags: