Files
ansible_role_package/tasks/pkgs/checkmake.yml
Matthew Stobbs edba662878 rename language specific packages
- removed language prefixes of `cargo_`, `go_`, `npm_` and `pipx_`
- cargo_eza.yml => eza.yml
2025-01-25 11:55:56 -07:00

4 lines
116 B
YAML

- name: add to gopkgs
set_fact:
gopkgs: "{{ gopkgs + ['github.com/mrtazz/checkmake/cmd/checkmake@latest'] }}"