8 lines
180 B
YAML
8 lines
180 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Add to pkg_go
|
|
notify:
|
|
- Depend go
|
|
ansible.builtin.set_fact:
|
|
pkg_go: "{{ pkg_go + ['golang.org/x/tools/gopls@latest'] }}"
|