From 1da84993be27fce0e56b5b940039e0e7c52ad845 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 13 Nov 2025 16:35:37 -0500 Subject: [PATCH] feat: Updates project template vars.yml to use local template path in docker container. --- project/vars.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/project/vars.yml b/project/vars.yml index edc5723..1c4fd70 100644 --- a/project/vars.yml +++ b/project/vars.yml @@ -3,23 +3,8 @@ # Stores variables related to the template directory, which is used # to setup projects and store commonly used files. # -# WARNING: Update the path to where you store your template. -# -# template: -# path: "/path/to/template/dir -# vars: "repo_vars" -# repo: (optional if using a repo as a template) template: - # When using a git repository as a template dir. In general, it's - # probably best to pin to a particular version of the repo template - # instead of a branch. - # - # repo: - # url: "https://example.com/repo.git" - # version: "main" - repo: - url: "https://git.housh.dev/hhe/consult-template.git" - version: "main" + path: /root/.local/share/hpa/template author_name: "{{ vault_author_name }}"