go_install helper now being used

This commit is contained in:
Matthew Stobbs
2026-02-11 10:50:48 -07:00
parent b6f7ba485b
commit 3df63f1451
7 changed files with 190 additions and 186 deletions

View File

@@ -41,11 +41,6 @@
ansible.builtin.include_vars:
file: pkglist.yml
- name: Load nerdfonts list
ansible.builtin.include_vars:
file: nerdfonts.yml
name: __nerdfonts
- name: Add needed packages for Fedora
when:
- ansible_facts["distribution"] == 'Fedora'
@@ -209,11 +204,11 @@
- pkg_go|length > 0
block:
- name: Install go pkgs
loop: "{{ pkg_go | unique }}"
loop: "{{ pkg_go }}"
loop_control:
loop_var: pkg
ansible.builtin.include_tasks:
file: go.yml
file: helpers/go_install.yml
- name: Install local npm packages
when: