Files
ansible_role_package/tasks/pkgs/templ.yml
Matthew Stobbs 2d825d855d fix remaining packages to new format
- still needs testing
2025-02-22 10:51:53 -07:00

8 lines
186 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/a-h/templ/cmd/templ@latest'] }}"