[Dockerfile] Fixed yamllint version variable
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8813ae0cee
commit
305ff39823
@ -8,7 +8,7 @@ ENV ANSIBLE_VERSION=2.13.11
|
||||
ENV ANSIBLE_LINT_VERSION=6.22.0
|
||||
|
||||
# renovate: datasource=pypi depName=yamllint versioning=pep440
|
||||
ENV YAML_LINT_VERSION=1.32.0
|
||||
ENV YAMLLINT_VERSION=1.32.0
|
||||
|
||||
# install software
|
||||
RUN apk update
|
||||
@ -30,7 +30,7 @@ RUN pip3 install --upgrade pip
|
||||
RUN pip3 install --use-pep517 --ignore-installed \
|
||||
ansible-core==${ANSIBLE_VERSION} \
|
||||
ansible-lint==${ANSIBLE_LINT_VERSION} \
|
||||
yamllint==${YAML_LINT_VERSION}
|
||||
yamllint==${YAML_INT_VERSION}
|
||||
|
||||
# install ansible collections
|
||||
RUN ansible-galaxy collection install ansible.posix
|
||||
|
Loading…
Reference in New Issue
Block a user