4 lines
99 B
YAML
4 lines
99 B
YAML
- name: add to gopkgs
|
|
set_fact:
|
|
gopkgs: "{{ gopkgs + ['golang.org/x/tools/gopls@latest'] }}"
|