Fix(ansible): Re-enable fact gathering for client generation

This commit is contained in:
gemini
2026-04-15 19:12:13 +02:00
parent 7c168b5d4e
commit 0aca81d403

View File

@@ -1,6 +1,6 @@
- name: Generate WireGuard Client Configuration - name: Generate WireGuard Client Configuration
hosts: localhost hosts: localhost
gather_facts: false gather_facts: true
vars_files: vars_files:
- ../../group_vars/vault.yml - ../../group_vars/vault.yml