Fix unarchive dest for texlab
This commit is contained in:
parent
374f7f554d
commit
6f23791586
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
unarchive:
|
||||
src: "https://github.com/latex-lsp/texlab/releases/download/{{ texlab_version }}/texlab-{{ ansible_facts.architecture }}-linux.tar.gz"
|
||||
remote_src: true
|
||||
dest: ~/.local/bin/texlab
|
||||
dest: ~/.local/bin/
|
||||
mode: 0755
|
||||
|
||||
- name: Grab marksman (LSP server) binary
|
||||
|
|
Loading…
Add table
Reference in a new issue