add lua-language-server package
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
---
|
||||
- name: get latest lua-language-server
|
||||
ansible.builtin.get_url:
|
||||
url: https://github.com/LuaLS/lua-language-server/releases/download/3.13.5/lua-language-server-3.13.5-linux-x64.tar.gz
|
||||
- ansible.builtin.include_vars:
|
||||
file: lua-language_server.yml
|
||||
name: _luals
|
||||
- ansible.builtin.set_fact:
|
||||
pkgconfig_luals: "{{ _luals | ansible.builtin.combine(pkgconfig.luals) }}"
|
||||
|
||||
- name: append to pkgs
|
||||
ansible.builtin.set_fact:
|
||||
srcpkgs: "{{ srcpkgs + [ 'lua-language-server' ] }}"
|
||||
|
||||
Reference in New Issue
Block a user