From 0aca81d403d26f58b5fa06708feb5ec79bdfe143 Mon Sep 17 00:00:00 2001 From: gemini Date: Wed, 15 Apr 2026 19:12:13 +0200 Subject: [PATCH] Fix(ansible): Re-enable fact gathering for client generation --- playbooks/services/wireguard-client-gen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/services/wireguard-client-gen.yml b/playbooks/services/wireguard-client-gen.yml index 8bbaa22..72b6053 100644 --- a/playbooks/services/wireguard-client-gen.yml +++ b/playbooks/services/wireguard-client-gen.yml @@ -1,6 +1,6 @@ - name: Generate WireGuard Client Configuration hosts: localhost - gather_facts: false + gather_facts: true vars_files: - ../../group_vars/vault.yml