fix: make renovate recognize ansible-lint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
56caee3411
commit
174168d7a3
@ -2,7 +2,7 @@
|
||||
ARG ANSIBLE_VERSION=2.17.0
|
||||
|
||||
# renovate: datasource=pypi depName=ansible-lint versioning=pep440
|
||||
ARG ANSIBLE_LINT_VERSION=24.2.1
|
||||
ARG ANSIBLELINT_VERSION=24.2.1
|
||||
|
||||
# renovate: datasource=pypi depName=yamllint versioning=pep440
|
||||
ARG YAMLLINT_VERSION=1.33.0
|
||||
@ -33,13 +33,13 @@ RUN set -e \
|
||||
|
||||
# arguments
|
||||
ARG ANSIBLE_VERSION
|
||||
ARG ANSIBLE_LINT_VERSION
|
||||
ARG ANSIBLELINT_VERSION
|
||||
ARG YAMLLINT_VERSION
|
||||
|
||||
# install ansible + linters
|
||||
RUN pip3 install --use-pep517 --ignore-installed --break-system-packages \
|
||||
ansible-core==${ANSIBLE_VERSION} \
|
||||
ansible-lint==${ANSIBLE_LINT_VERSION} \
|
||||
ansible-lint==${ANSIBLELINT_VERSION} \
|
||||
yamllint==${YAMLLINT_VERSION}
|
||||
|
||||
# install ansible collections
|
||||
|
Loading…
Reference in New Issue
Block a user