adjusting variable names, fixing errors

This commit is contained in:
2026-03-19 21:46:04 -06:00
parent d1d556d425
commit 2d65e01f7b
38 changed files with 697 additions and 298 deletions

View File

@@ -1,6 +1,18 @@
# vim: set filetype=yaml.ansible :
#
## Package: starship
## Description: fancy and useful shell prompt
## Version: latest
## Methods: source
## Helpers: cargo
---
- name: Add starship
- name: Set starship default config
ansible.builtin.set_fact:
starship:
install_methods:
- source
- name: Configure starship
when:
- "'starship' not in __configured"
block: