feat: Begins hpa script
This commit is contained in:
@@ -5,11 +5,17 @@
|
||||
- name: Set default template path.
|
||||
ansible.builtin.set_fact:
|
||||
repo_template_path: "{{ build_dir }}/template"
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Parse template path.
|
||||
ansible.builtin.set_fact:
|
||||
template_dir: "{{ template.path | default(repo_template_path) }}"
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Parse template vars path.
|
||||
ansible.builtin.set_fact:
|
||||
template_vars_path: "{{ template_dir }}/{{ template.vars | default('repo_vars') }}"
|
||||
tags:
|
||||
- always
|
||||
|
||||
Reference in New Issue
Block a user