Files
ansible_role_package/tasks/pkgs/cheat.yml
Matthew Stobbs fc674fe06f add a number of pkgs
- putting package deps and pkgnames in vars/main.yml
2025-02-09 14:55:38 -07:00

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' ] }}"