working on cleanup and fixing a few format issues

- modifying how installs are done
This commit is contained in:
Matthew Stobbs
2026-02-15 17:57:05 -07:00
parent b1a4780a97
commit e39c3b7046
11 changed files with 201 additions and 139 deletions

View File

@@ -26,7 +26,7 @@
- "{{ path_archive }}"
- "{{ path_bin }}"
- "{{ path_cargo }}"
- "{{ path_git }}"
- "{{ path_source }}"
- "{{ path_pipx }}"
loop_control:
loop_var: path
@@ -70,6 +70,9 @@
ansible.builtin.include_tasks:
file: "pkgs/{{ pkg }}.yml"
- name: Clean installations that require it
ansible.builtin.include_tasks: "helpers/clean_install.yml"
- name: Install go if required
when:
- pkg_go|length > 0