organizing for go pkg installs
This commit is contained in:
9
tasks/go.yml
Normal file
9
tasks/go.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install go packages
|
||||
become: "{{ archive_become }}"
|
||||
ansible.builtin.command:
|
||||
creates: "{{ paths.bin }}/{{ pkg.bin }}"
|
||||
cmd:
|
||||
- go
|
||||
- install
|
||||
- "{{ pkg.pkg }}"
|
||||
Reference in New Issue
Block a user