From 40bc247eeee19197cdc18f778752986539962a41 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 13 Mar 2017 10:16:48 +0100
Subject: [PATCH] Rename template

---
 tasks/configure.yml                           | 2 +-
 templates/{haproxy_cfg => haproxy_cfg.jinja2} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename templates/{haproxy_cfg => haproxy_cfg.jinja2} (100%)

diff --git a/tasks/configure.yml b/tasks/configure.yml
index 7151110..11fc3d0 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
-- 
GitLab