From 34e63f200cc9c025437677add10c51ae83f114c6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 11 Feb 2021 18:14:42 +0100 Subject: [PATCH] Bound ansible-lint until mess blows over --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1400760..c6942dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ setuptools RUN \ python3 -m pip install \ -ansible-lint==5.0.0 \ +ansible-lint<5 \ ansible==2.10.7 \ molecule-docker==0.2.4 \ molecule-hetznercloud==1.0.0 \