From b3edef6a26ecec7b547bf39d10ab73e530513436 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 13 Apr 2022 17:21:01 +0200 Subject: [PATCH] [ANSIBLE-LINT] Stay on 5.4.0 for compatibility reasons --- Dockerfile.linux.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux.amd64 b/Dockerfile.linux.amd64 index 8f0469e..f0d8b91 100644 --- a/Dockerfile.linux.amd64 +++ b/Dockerfile.linux.amd64 @@ -4,7 +4,7 @@ FROM alpine:3.15 # software versions ENV ANSIBLE_VERSION=2.10.17 -ENV ANSIBLE_LINT_VERSION=6.0.2 +ENV ANSIBLE_LINT_VERSION=5.4.0 ENV YAML_LINT_VERSION=1.26.3