Files
ansible_role_package/tasks/pkgs/htmx-lsp.yml
2025-01-25 21:43:46 -07:00

9 lines
203 B
YAML

---
- ansible.builtin.include_tasks:
file: "pkgs/rust.yml"
when: pkgconfig_rust is undefined
- name: add to cargopkgs
ansible.builtin.set_fact:
cargopkgs: "{{ cargopkgs + [ 'htmx-lsp' ] }}"