Files
ansible_role_package/tasks/pkgs/go.yml
Matthew Stobbs 0f2d22f3c5 packages are more generic
- if config is needed, it has a file in vars/
- all imported vars for pkgs are namespaced with _<pkgname>
2025-01-23 00:29:58 -07:00

5 lines
79 B
YAML

---
- name: append to pkgs
set_fact:
srcpkgs: "{{ srcpkgs + [ 'go' ] }}"