From c61911ea2d17befe6ccf4ec310c49a1d88169bd1 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 14 Apr 2023 11:08:16 -0700 Subject: [PATCH] update various dev tools --- roles/base/tasks/main.yml | 1 + roles/development/tasks/main.yml | 3 +++ roles/dotfiles/files/.profile | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 9c1f320..5c121a6 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -10,6 +10,7 @@ - keychain - libarchive-tools - mg + - nmap - nvi - pandoc - par diff --git a/roles/development/tasks/main.yml b/roles/development/tasks/main.yml index 387cce0..dbd0d02 100644 --- a/roles/development/tasks/main.yml +++ b/roles/development/tasks/main.yml @@ -21,6 +21,7 @@ - lua5.3 - luarocks - make + - mercurial - pgcli - protobuf-compiler - python3-pip @@ -29,6 +30,7 @@ - sbcl - texinfo - tig + - yamllint - zlib1g - zlib1g-dev @@ -118,6 +120,7 @@ - syslinux - syslinux-efi - syslinux-utils + - whois - name: install container and virtualisation management when: dev_virt or dev_full diff --git a/roles/dotfiles/files/.profile b/roles/dotfiles/files/.profile index 0de8dde..1c6fc39 100644 --- a/roles/dotfiles/files/.profile +++ b/roles/dotfiles/files/.profile @@ -36,7 +36,7 @@ then fi fi -GOPATH=$HOME +export GOPATH=$HOME [ -f ~/.cargo/env ] && source $HOME/.cargo/env