Files
ansible_role_package/tasks/build/cargo_starship.yml
Matthew Stobbs 1ec4bda33f start adding other packages sources
- adding sources for cargo, npm and go source packages
2025-01-21 22:11:15 -07:00

6 lines
115 B
YAML

---
- name: add starship to cargopkgs
ansible.builtin.set_fact:
cargopkgs: "{{ cargopkgs + ['starship'] }}"