mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-27 09:48:44 +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
|
||||
|
|
|
|||
|
|
@ -18,5 +18,3 @@
|
|||
# name:
|
||||
# - qt6-creator
|
||||
# state: latest
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
ansible.builtin.file:
|
||||
path: "{{ ansible_env.HOME }}/idea"
|
||||
state: directory
|
||||
mode: a
|
||||
- name: Installing intellij idea
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue