fix luals pkg

This commit is contained in:
Matthew Stobbs
2025-03-02 10:38:00 -07:00
parent 5c512e8cae
commit d1a22be9ce
3 changed files with 8 additions and 11 deletions

13
tasks/pkgs/luals.yml Normal file
View File

@@ -0,0 +1,13 @@
# vim: set filetype=yaml.ansible :
---
- name: Append to pkgs
when:
- ansible_system == 'Linux'
ansible.builtin.set_fact:
pkg_archive: "{{ pkg_archive + ['luals'] }}"
- name: Append to pkg_sys
when:
- ansible_system == 'Darwin'
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + ['lua-language-server'] }}"