go_install helper now being used
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user