10 lines
230 B
YAML
10 lines
230 B
YAML
---
|
|
- ansible.builtin.include_tasks:
|
|
file: "pkgs/go.yml"
|
|
when:
|
|
- pkgconfig_go is undefined
|
|
|
|
- name: append to gopkgs
|
|
ansible.builtin.set_fact:
|
|
gopkgs: "{{ gopkgs + [ 'github.com/cheat/cheat/cmd/cheat@latest' ] }}"
|