aboutsummaryrefslogtreecommitdiff
path: root/old/attackbox/tasks/go_tools.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'old/attackbox/tasks/go_tools.yaml')
-rw-r--r--old/attackbox/tasks/go_tools.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/old/attackbox/tasks/go_tools.yaml b/old/attackbox/tasks/go_tools.yaml
deleted file mode 100644
index 18c0346..0000000
--- a/old/attackbox/tasks/go_tools.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-- name: install go tools
- ansible.builtin.command:
- cmd: "/usr/local/go/bin/go install -trimpath -v {{ item }}"
- environment:
- GOBIN: /usr/local/bin
- loop: "{{ go_tools }}"