mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-25 08:48:44 +00:00
bin path choice, proxy fix, common tasks
This commit is contained in:
parent
a6e521986b
commit
2fe632b325
7 changed files with 36 additions and 12 deletions
|
|
@ -10,7 +10,7 @@
|
|||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
src: "https://github.com/typst/typst/releases/download/{{ typst_version.tag }}/typst-x86_64-unknown-linux-musl.tar.xz"
|
||||
dest: "/usr/bin/"
|
||||
dest: "{{ bin_install_path }}/"
|
||||
keep_newer: true
|
||||
mode: a+x
|
||||
extra_opts:
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
src: "https://github.com/Myriad-Dreamin/tinymist/releases/download/{{ tinymist_version.tag }}/tinymist-x86_64-unknown-linux-gnu.tar.gz"
|
||||
dest: "/usr/bin/"
|
||||
dest: "{{ bin_install_path }}/"
|
||||
mode: a+x
|
||||
keep_newer: true
|
||||
extra_opts:
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
remote_src: true
|
||||
# TODO: insert v before version ??
|
||||
src: "https://github.com/blopker/codebook/releases/download/{{ codebook_version.tag }}/codebook-lsp-x86_64-unknown-linux-musl.tar.gz"
|
||||
dest: "/usr/bin/"
|
||||
dest: "{{ bin_install_path }}/"
|
||||
mode: a+x
|
||||
keep_newer: true
|
||||
extra_opts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue