From 2d9d66c16db51a85f5e686b184a4a5496f40eedd Mon Sep 17 00:00:00 2001 From: Otthorn Date: Mon, 12 Apr 2021 22:30:52 +0200 Subject: [PATCH] :arrow_up: Update CI: ansible-lint version --- docker-ansible-lint/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-ansible-lint/Dockerfile b/docker-ansible-lint/Dockerfile index 1db9744..7acf954 100644 --- a/docker-ansible-lint/Dockerfile +++ b/docker-ansible-lint/Dockerfile @@ -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"