Fix unarchive dest for texlab

This commit is contained in:
Tunui Franken 2022-10-01 12:46:16 +02:00
parent 374f7f554d
commit 6f23791586

View file

@ -106,7 +106,7 @@
unarchive: unarchive:
src: "https://github.com/latex-lsp/texlab/releases/download/{{ texlab_version }}/texlab-{{ ansible_facts.architecture }}-linux.tar.gz" src: "https://github.com/latex-lsp/texlab/releases/download/{{ texlab_version }}/texlab-{{ ansible_facts.architecture }}-linux.tar.gz"
remote_src: true remote_src: true
dest: ~/.local/bin/texlab dest: ~/.local/bin/
mode: 0755 mode: 0755
- name: Grab marksman (LSP server) binary - name: Grab marksman (LSP server) binary