mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
me fish dirs, fixes
This commit is contained in:
parent
6a5cb60746
commit
86f72b810e
6 changed files with 22 additions and 26 deletions
|
|
@ -6,13 +6,6 @@
|
|||
- curl
|
||||
state: latest
|
||||
|
||||
# TODO: use curl script ??
|
||||
- name: Installing bun
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
cmd: npm install -g bun
|
||||
changed_when: true # change is checked inside npm
|
||||
|
||||
- name: Downloading bun install script
|
||||
ansible.builtin.uri:
|
||||
url: https://bun.sh/install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue