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