Files
ansible-edge/roles/setup/tasks/starship.yml
2025-01-24 08:55:45 +01:00

6 lines
220 B
YAML

---
- name: Install starship
ansible.builtin.shell: yes | bash -c "curl -sS https://starship.rs/install.sh"
args:
creates: "{{ ansible_env.HOME }}/.config/starship.toml" # Adjust based on where starship installs