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: