9 lines
209 B
YAML
9 lines
209 B
YAML
---
|
|
- ansible.builtin.include_tasks:
|
|
file: pkgs/go.yml
|
|
when: pkgconfig_go is undefined
|
|
|
|
- name: add to gopkgs
|
|
ansible.builtin.set_fact:
|
|
gopkgs: "{{ gopkgs + ['golang.org/x/tools/gopls@latest'] }}"
|