⬆️ Update CI: ansible-lint version

This commit is contained in:
otthorn 2021-04-12 22:30:52 +02:00
parent 4c8550bfe1
commit 2d9d66c16d
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ LABEL description="Aurore's docker image for ansible-lint"
RUN apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev cargo
RUN pip install --no-cache-dir "yamllint>=1.26.0,<2.0"
RUN pip install --no-cache-dir "ansible-lint==5.0.0"
RUN pip install --no-cache-dir "ansible-lint>=5.0.0"
RUN pip install --no-cache-dir "ansible>=2.10,<2.11"