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: