diff --git a/roles/httpd/reverseproxy/tasks/main.yml b/roles/httpd/reverseproxy/tasks/main.yml index 4d551dba4d..4b83389f02 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: - - templates/reversepassproxy.{{destname}}.conf - - templates/reversepassproxy.conf + - reversepassproxy.{{destname}}.conf + - reversepassproxy.conf notify: - restart httpd tags: