mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-29 18:58:16 +00:00
install bun with install script
This commit is contained in:
parent
6c46903e4a
commit
78454e2000
2 changed files with 24 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
- name: Download ghcup bootstrap script
|
||||
- name: Downloading ghcup bootstrap script
|
||||
ansible.builtin.uri:
|
||||
url: https://get-ghcup.haskell.org
|
||||
return_content: true
|
||||
register: ghcup_bootstrap
|
||||
|
||||
- name: Check if .ghcup present
|
||||
- name: Checking if .ghcup present
|
||||
ansible.builtin.stat:
|
||||
path: '{{ ansible_env.HOME }}/.ghcup'
|
||||
register: ghcup_dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue