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