From e354346bd37a8110167d7413345e37d4ac8207c7 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 21 Oct 2022 22:04:46 +0300 Subject: [PATCH] rename template --- tasks/configure.yml | 2 +- templates/{wireguard_server.conf => wireguard_server.conf.j2} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{wireguard_server.conf => wireguard_server.conf.j2} (100%) diff --git a/tasks/configure.yml b/tasks/configure.yml index f9d5b6e..5ff3431 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -1,7 +1,7 @@ --- - name: Ensure Wireguard server is configure template: - src: templates/wireguard_server.conf + src: templates/wireguard_server.conf.j2 dest: "/etc/wireguard/{{ interface_name }}.conf" notify: - Restart Wireguard service diff --git a/templates/wireguard_server.conf b/templates/wireguard_server.conf.j2 similarity index 100% rename from templates/wireguard_server.conf rename to templates/wireguard_server.conf.j2