working on cleanup and fixing a few format issues
- modifying how installs are done
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user