adding tests
- stat doesn't work on remote, need to figure out a workaround
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
ansible.builtin.include_tasks:
|
||||
file: addpkg.yml
|
||||
|
||||
|
||||
|
||||
- name: Install sys_pkgs list using system package manager
|
||||
become: "{{ sys_pkg_become }}"
|
||||
ansible.builtin.package:
|
||||
@@ -79,9 +77,6 @@
|
||||
loop: "{{ go_pkgs | unique }}"
|
||||
loop_control:
|
||||
loop_var: pkg
|
||||
environment:
|
||||
GOBIN: "{{ paths.bin }}"
|
||||
PATH: "{{ paths.go }}/bin:$PATH"
|
||||
ansible.builtin.include_tasks:
|
||||
file: go.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user