Files
ansible_role_package/tasks/pkgs/air.yml
Matthew Stobbs a73ed77dac fixing issues
2025-02-22 16:09:47 -07:00

8 lines
180 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Add to pkg_go
notify:
- Depend go
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/air-verse/air@latest'] }}"