diff options
author | heqnx <root@heqnx.com> | 2025-05-25 20:42:06 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 20:42:06 +0300 |
commit | 419478997ce7d61d56ffbfb0d0148784b1e7727c (patch) | |
tree | a1f3d94cb7fe4afe45a0ef523ed07b91a7be9b95 /old/attackbox/tasks/go_tools.yaml | |
parent | 4929a0915888290faaac4f9ae972091c6b383b90 (diff) | |
download | ansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.tar.gz ansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.zip |
removing old dir
Diffstat (limited to 'old/attackbox/tasks/go_tools.yaml')
-rw-r--r-- | old/attackbox/tasks/go_tools.yaml | 6 |
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 }}" |