diff --git a/tasks/configure.yml b/tasks/configure.yml index 715111081f051b03254e16d1e874d1c1720544d9..11fc3d0836991ef81d3690de930793663d535fc4 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -69,7 +69,7 @@ - name: "Proxy | Create config file" template: - src='haproxy_cfg' + src='haproxy_cfg.jinja2' dest='/etc/haproxy/haproxy.cfg' owner='root' group='root' diff --git a/templates/haproxy_cfg b/templates/haproxy_cfg.jinja2 similarity index 100% rename from templates/haproxy_cfg rename to templates/haproxy_cfg.jinja2