mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-06 07:18:14 +00:00
names fix, fish config copying, some fixes dn to tests
This commit is contained in:
parent
c2a86623a7
commit
9e97c4c76d
21 changed files with 92 additions and 108 deletions
|
|
@ -5,7 +5,7 @@
|
|||
action: latest_release
|
||||
register: typst_version
|
||||
|
||||
- name: "Installing typst {{ typst_version.tag }}"
|
||||
- name: Installing typst {{ typst_version.tag }}
|
||||
become: true
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
action: latest_release
|
||||
register: tinymist_version
|
||||
|
||||
- name: "Installing tinymist (typst lsp) {{ tinymist_version.tag }}"
|
||||
- name: Installing tinymist (typst lsp) {{ tinymist_version.tag }}
|
||||
become: true
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue