fix: pin ansible-lint to 4.1.0 (has default_rulesdir in __init__)
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 5m0s
Docker Build and Push / build (push) Successful in 5m4s
Docker Build and Push / test (pull_request) Successful in 28s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / test (push) Successful in 1m0s
Docker Build and Push / push (push) Successful in 1m8s

This commit is contained in:
2026-06-09 01:46:41 +00:00
parent 713dade453
commit 0f7b3336b8
+1 -1
View File
@@ -10,7 +10,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 'ansible-lint<5' && \
RUN pip install --no-cache-dir ansible-review==0.13.9 'ansible-lint==4.1.0' && \
apk del build-dependencies
LABEL maintainer="dockerimages@cabillot.eu" \