From 1691e0402c935dc1538695910704a9832a4b9942 Mon Sep 17 00:00:00 2001 From: Marty Oehme <contact@martyoeh.me> Date: Wed, 26 Feb 2025 14:47:49 +0100 Subject: [PATCH] ref(base): Rename hostname template to carry j2 extension --- books/templates/{hostname.tpl => hostname.j2} | 0 books/void_base.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename books/templates/{hostname.tpl => hostname.j2} (100%) diff --git a/books/templates/hostname.tpl b/books/templates/hostname.j2 similarity index 100% rename from books/templates/hostname.tpl rename to books/templates/hostname.j2 diff --git a/books/void_base.yaml b/books/void_base.yaml index 7e1bc01..78d9003 100644 --- a/books/void_base.yaml +++ b/books/void_base.yaml @@ -75,7 +75,7 @@ tasks: - name: Set hostname ansible.builtin.template: - src: hostname.tpl + src: hostname.j2 dest: /etc/hostname - name: Set timezone