Skip to content

Commit

Permalink
asdf: update/cleanup tools and fix missing plugins (#58)
Browse files Browse the repository at this point in the history
- Add `yq` asdf plugin
- Remove `awscli` from asdf.
- Get rid of asdf installed ansible-lint, this is already installed via
python/pip requirements.txt

fixes ethpandaops/template-devnets#55
  • Loading branch information
skylenet authored and etan-status committed Oct 14, 2024
1 parent 1c682f3 commit c79f81c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
age 1.1.1
helm 3.12.1
shellcheck 0.10.0
sops 3.7.3
terraform 1.6.4
shellcheck 0.10.0
python 3.12.4
ansible-lint 6.17.2
awscli 2.13.7
yq 4.35.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ molecule-containers==2.0.0
molecule==24.6.0
netaddr==1.3.0
pip==24.0
requests==2.31 # Fix for not being able to run 'molecule test' using docker on mac. Issue: https://github.com/docker/docker-py/issues/3256
requests==2.31 # Fix for not being able to run 'molecule test' using docker on mac. Issue: https://github.com/docker/docker-py/issues/3256
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ asdf plugin add sops https://github.com/feniix/asdf-sops.git
asdf plugin add terraform https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add helm https://github.com/Antiarchitect/asdf-helm.git
asdf plugin-add python
asdf plugin-add yq https://github.com/sudermanjr/asdf-yq.git

asdf install

Expand Down

0 comments on commit c79f81c

Please sign in to comment.