start adding other packages sources

- adding sources for cargo, npm and go source packages
This commit is contained in:
Matthew Stobbs
2025-01-21 22:11:15 -07:00
parent 15d39f39ee
commit 1ec4bda33f
29 changed files with 75 additions and 28 deletions

View File

@@ -38,7 +38,7 @@
path: "{{ _go.install_path }}"
state: directory
- name: extract go package for Linux
- name: extract go package
become: true
ansible.builtin.unarchive:
dest: "{{ _go.install_path }}"