install bun with install script

This commit is contained in:
ProgramSnail 2025-08-17 13:20:55 +03:00
parent 6c46903e4a
commit 78454e2000
2 changed files with 24 additions and 4 deletions

View file

@ -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