fix: pin ansible-lint<5 to keep default_rulesdir import
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (push) Failing after 4m59s
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped
Docker Build and Push / build (pull_request) Successful in 5m6s
Docker Build and Push / test (pull_request) Failing after 1m8s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-09 01:21:51 +00:00
parent d749faef60
commit a981d1a9c6
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apk --no-cache add --virtual build-dependencies \
build-base libffi-dev libressl-dev
# hadolint ignore=DL3013
RUN pip install --no-cache-dir ansible-review==0.13.9 && \
RUN pip install --no-cache-dir ansible-review==0.13.9 'ansible-lint<5' && \
apk del build-dependencies
LABEL maintainer="dockerimages@cabillot.eu" \