From 429878c2e0c71e0a182d2a4256ed8cb0ed1f3da4 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sat, 6 Feb 2021 00:23:58 -0700 Subject: [PATCH] cleanup --- adhoc-ipabinder.yml | 2 +- templates/tmp/{binder_template.update => binder.update.j2} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/tmp/{binder_template.update => binder.update.j2} (100%) diff --git a/adhoc-ipabinder.yml b/adhoc-ipabinder.yml index 7da5cd4..daeca57 100644 --- a/adhoc-ipabinder.yml +++ b/adhoc-ipabinder.yml @@ -20,7 +20,7 @@ - name: "Creating bind account template - binder" template: - src: "tmp/binder_template.update" + src: "tmp/binder.update.j2" dest: "/tmp/binder.update" owner: root group: root diff --git a/templates/tmp/binder_template.update b/templates/tmp/binder.update.j2 similarity index 100% rename from templates/tmp/binder_template.update rename to templates/tmp/binder.update.j2