fixing up formatting and style
This commit is contained in:
@@ -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 } ) }}"
|
||||
|
||||
Reference in New Issue
Block a user