Skip to content

Commit

Permalink
remove ansible-lint from .tool-versions (#72)
Browse files Browse the repository at this point in the history
ansible-lint should be installed via pip

---------

Signed-off-by: Rafael Matias <[email protected]>
  • Loading branch information
skylenet authored Jan 28, 2025
1 parent 3ca57a5 commit d127e77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ helm 3.15.3
sops 3.8.1
shellcheck 0.10.0
python 3.12.4
ansible-lint 6.17.2
awscli 2.22.26
yq 4.44.6
terraform 1.9.0
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ asdf plugin add terraform https://github.com/asdf-community/asdf-hashicorp.git |
asdf plugin-add helm https://github.com/Antiarchitect/asdf-helm.git || true
asdf plugin-add python || true
asdf plugin-add yq https://github.com/sudermanjr/asdf-yq.git || true
asdf plugin add awscli || true

asdf install

Expand Down

0 comments on commit d127e77

Please sign in to comment.