From 2b0ea3574d1871e8fae4f9f7753f730cf9c7cf99 Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Thu, 25 Dec 2025 18:56:50 +0400 Subject: [PATCH] Further fix variable names --- roles/wg_hub/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/wg_hub/tasks/main.yml b/roles/wg_hub/tasks/main.yml index 669569f..9a55fe4 100644 --- a/roles/wg_hub/tasks/main.yml +++ b/roles/wg_hub/tasks/main.yml @@ -44,10 +44,10 @@ owner: root group: root mode: "0600" - marker: "# {mark} ANSIBLE MANAGED SPOKE BLOCK: {{ wg_hub_domain_name }}" + marker: "# {mark} ANSIBLE MANAGED SPOKE BLOCK: {{ domain_name }}" block: | # - [Peer] # {{ wg_hub_domain_name }} + [Peer] # {{ domain_name }} PublicKey = {{ item.wg_pubkey }} PresharedKey = {{ item.wg_psk }} AllowedIPs = {{ item.ipv4_vpn_addr }}/32