start adding other packages sources
- adding sources for cargo, npm and go source packages
This commit is contained in:
5
tasks/build/cargo_starship.yml
Normal file
5
tasks/build/cargo_starship.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: add starship to cargopkgs
|
||||
ansible.builtin.set_fact:
|
||||
cargopkgs: "{{ cargopkgs + ['starship'] }}"
|
||||
|
||||
Reference in New Issue
Block a user