4 lines
106 B
YAML
4 lines
106 B
YAML
- name: add to gopkgs
|
|
set_fact:
|
|
gopkgs: "{{ gopkgs + ['github.com/bufbuild/buf/cmd/buf@latest'] }}"
|