fixed packages to be more generic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user