From 988f7fdbc62e503def2447d19308041799f00131 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 14 Sep 2025 09:57:54 -0400 Subject: [PATCH] Fix for template_base_path. --- group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 0870118..d6db020 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -1,6 +1,6 @@ --- # Base path for all templates -template_base_path: "{{ playbook_dir }}/app-configs" +template_base_path: "{{ playbook_dir }} ~ '../app-configs'" # Vault server address vault_addr: "https://vault.trez.wtf" vault_token: !vault |