fixing up formatting and style

This commit is contained in:
Matthew Stobbs
2026-03-03 12:42:22 -07:00
parent 30313d2858
commit 24a4ec17ec
16 changed files with 236 additions and 2444 deletions

View File

@@ -2,12 +2,12 @@
---
- name: Add starship
when:
- starship_configured is undefined
- "'starship' not in __configured"
block:
- name: Append starship to pkg_cargo
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + [{'name': 'starship', 'locked': true}] }}"
- name: Set starship_configured
- name: Finalize startship configuration
ansible.builtin.set_fact:
starship_configured: true
__configured: "{{ __configured | combine( { 'starship': true } ) }}"