From 84066b29e322591ade980cb72e55c88b98d144c4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 14 Aug 2023 12:02:16 +0200 Subject: update task names & add more logging --- roles/wireguard/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/wireguard') diff --git a/roles/wireguard/tasks/main.yml b/roles/wireguard/tasks/main.yml index f1eb310..b91ad8a 100644 --- a/roles/wireguard/tasks/main.yml +++ b/roles/wireguard/tasks/main.yml @@ -7,7 +7,7 @@ name: wireguard-tools state: present - - name: Config file + - name: Write wg-quick config file ansible.builtin.template: src: wg0.conf dest: '/etc/wireguard/{{ wg_name }}.conf' -- cgit v1.2.3