From eadc6b778655d063b7820877d5e0491269c8109e Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Tue, 19 Jun 2018 11:42:35 -0700
Subject: [PATCH] Fixing a typo in template extension

---
 tasks/main.yml                                 | 2 +-
 templates/{transport.in.js => transport.in.j2} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename templates/{transport.in.js => transport.in.j2} (100%)

diff --git a/tasks/main.yml b/tasks/main.yml
index d9441e4..d1febcd 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -29,7 +29,7 @@
 
 - name: Generate Postfix transport map
   template:
-    src: templates/transport.in.js
+    src: templates/transport.in.j2
     dest: /etc/postfix/transport.in
     owner: root
     group: root
diff --git a/templates/transport.in.js b/templates/transport.in.j2
similarity index 100%
rename from templates/transport.in.js
rename to templates/transport.in.j2
-- 
GitLab