fixing formatting and dependencies

This commit is contained in:
Matthew Stobbs
2025-01-25 18:45:37 -07:00
parent 391e8ee226
commit 66eaed6e4b
33 changed files with 95 additions and 75 deletions

View File

@@ -1,3 +1,9 @@
---
- name: install rust and cargo
ansible.builtin.include_tasks:
file: "pkgs/rust.yml"
when: pkgconfig_rust not defined
- name: add to cargopkgs
set_fact:
ansible.builtin.set_fact:
cargopkgs: "{{ cargopkgs + [ 'starship' ] }}"