more fixes, more config

This commit is contained in:
Matthew Stobbs
2025-01-25 17:39:49 -07:00
parent 00e08c5997
commit 4665de577e
18 changed files with 61 additions and 70 deletions

View File

@@ -1,3 +1,8 @@
---
- ansible.builtin.include_tasks:
file: pkgs/go.yml
when: pkgconfig_go is not defined
- name: add to gopkgs
set_fact:
gopkgs: "{{ gopkgs + ['golang.org/x/tools/gopls@latest'] }}"