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 }}"