fix: pin ansible-lint to 4.1.0 (has default_rulesdir in __init__)
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / lint (push) Successful in 5s
Docker Build and Push / build (push) Successful in 4m48s
Docker Build and Push / build (pull_request) Successful in 4m49s
Docker Build and Push / test (push) Successful in 57s
Docker Build and Push / test (pull_request) Successful in 56s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 1m0s

This commit is contained in:
2026-06-09 01:46:41 +00:00
parent a981d1a9c6
commit e642388a4b
+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 '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" \