mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-07 20:25:06 +00:00
lint: fixes
This commit is contained in:
parent
30142464c5
commit
710ac7e69a
9 changed files with 9 additions and 12 deletions
|
|
@ -52,7 +52,8 @@
|
|||
become: true
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
src: "https://github.com/LuaLS/lua-language-server/releases/download/{{ lua_lsp_version.tag }}/lua-language-server-{{ lua_lsp_version.tag }}-linux-x64.tar.gz"
|
||||
src:
|
||||
"https://github.com/LuaLS/lua-language-server/releases/download/{{ lua_lsp_version.tag }}/lua-language-server-{{ lua_lsp_version.tag }}-linux-x64.tar.gz"
|
||||
dest: "{{ ansible_env.HOME }}/.lua_lsp"
|
||||
keep_newer: true
|
||||
mode: a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue