adding tests
- stat doesn't work on remote, need to figure out a workaround
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
---
|
||||
- name: Install go packages
|
||||
become: "{{ archive_become }}"
|
||||
environment:
|
||||
GOBIN: "{{ paths.bin }}"
|
||||
PATH: "{{ paths.go }}/bin:$PATH"
|
||||
ansible.builtin.command:
|
||||
creates: "{{ paths.bin }}/{{ pkg.bin }}"
|
||||
cmd:
|
||||
|
||||
Reference in New Issue
Block a user