6 lines
220 B
YAML
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
|