Files
ansible_role_package/tasks/pkgs/templ.yml
2025-02-09 18:24:38 -07:00

10 lines
250 B
YAML

# vim: set filetype=yaml.ansible :
---
- ansible.builtin.include_tasks:
file: pkgs/go.yml
when: pkgconfig_go is undefined
- name: add to gopkgs
ansible.builtin.set_fact:
gopkgs: "{{ gopkgs + ['github.com/a-h/templ/cmd/templ@latest'] }}"