Files
ansible_role_package/tasks/pkgs/air.yml
2025-01-25 17:39:49 -07:00

9 lines
192 B
YAML

---
- ansible.builtin.include_tasks:
file: pkgs/go.yml
when: pkgconfig_go not defined
- name: add to gopkgs
set_fact:
gopkgs: "{{ gopkgs + ['github.com/air-verse/air@latest'] }}"