Skip to content

Commit

Permalink
starship: allow non-interactive installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gelocraft committed Dec 16, 2024
1 parent 66708e0 commit 5ed147a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/starship/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Install starship
ansible.builtin.shell:
cmd: "curl -sS https://starship.rs/install.sh | sh"
cmd: "curl -sS https://starship.rs/install.sh | sh -s -- --yes"
creates: /usr/local/bin/starship

0 comments on commit 5ed147a

Please sign in to comment.