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

10 lines
238 B
YAML

# vim: set filetype=yaml.ansible :
---
- 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' ] }}"