9 lines
209 B
YAML
9 lines
209 B
YAML
---
|
|
- ansible.builtin.include_tasks:
|
|
file: pkgs/go.yml
|
|
when: pkgconfig_go not defined
|
|
|
|
- name: add to gopkgs
|
|
set_fact:
|
|
gopkgs: "{{ gopkgs + ['github.com/mrtazz/checkmake/cmd/checkmake@latest'] }}"
|