fixed packages to be more generic

This commit is contained in:
2026-04-18 15:27:33 -06:00
parent 951dfc327f
commit 61c6e800ad
14 changed files with 152 additions and 73 deletions

View File

@@ -35,8 +35,8 @@
- name: Configure gopls source install
ansible.builtin.set_fact:
gopls_go_pkg:
url: "{{ gopls.install_url }}@ {{ gopls.version }}"
bin: "{{ path_bind }}/gopls"
url: "{{ gopls.install_url }}@{{ gopls.version }}"
bin: "{{ path_bin }}/gopls"
files: "{{ gopls.install_files }}"
- name: Queue gopls for go_install