mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 18:06:16 +07:00
feat(tools): install yamllint and ansible-lint
This commit is contained in:
parent
0e351eb81b
commit
cca6e61c5b
@ -11,6 +11,7 @@ RUN pacman --sync --refresh --noconfirm \
|
||||
|
||||
RUN pacman --sync --refresh --noconfirm \
|
||||
ansible \
|
||||
ansible-lint \
|
||||
diffutils \
|
||||
docker \
|
||||
docker-compose \
|
||||
@ -32,7 +33,8 @@ RUN pacman --sync --refresh --noconfirm \
|
||||
python-pip \
|
||||
python-rich \
|
||||
sudo \
|
||||
terraform
|
||||
terraform \
|
||||
yamllint
|
||||
|
||||
# TODO better way to install k3d?
|
||||
RUN curl -L https://github.com/k3d-io/k3d/releases/download/v5.4.1/k3d-linux-amd64 > /usr/local/bin/k3d \
|
||||
|
Loading…
Reference in New Issue
Block a user