aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/wireguard/tasks
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-14 12:02:16 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-14 12:08:04 +0200
commit84066b29e322591ade980cb72e55c88b98d144c4 (patch)
treebb3c7e482f46156385c967c39d495f6a3867ef54 /roles/wireguard/tasks
parentletsencrypt: fix manual token prompts (diff)
downloadinfra-ansible-84066b29e322591ade980cb72e55c88b98d144c4.tar.gz
infra-ansible-84066b29e322591ade980cb72e55c88b98d144c4.zip
update task names & add more logging
Diffstat (limited to '')
-rw-r--r--roles/wireguard/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
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'