Files
ansible_role_package/tasks/pkgs/curlie.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

5 lines
120 B
YAML

---
- name: append to gopkgs
ansible.builtin.set_fact:
gopkgs: "{{ gopkgs + [ 'github.com/rs/curlie@latest' ] }}"