[v16] Upgraded ansible-lint to version 6.14.0
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
75671c6c29
commit
e8ff4247d6
@ -28,5 +28,5 @@ steps:
|
||||
|
||||
# tags
|
||||
tags:
|
||||
- 'v15'
|
||||
- 'v16'
|
||||
- 'latest'
|
||||
|
@ -4,7 +4,7 @@ FROM alpine:3.16
|
||||
|
||||
# software versions
|
||||
ENV ANSIBLE_VERSION=2.12.10
|
||||
ENV ANSIBLE_LINT_VERSION=6.12.1
|
||||
ENV ANSIBLE_LINT_VERSION=6.14.0
|
||||
ENV YAML_LINT_VERSION=1.29.0
|
||||
|
||||
|
||||
@ -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_LINT_VERSION}
|
||||
|
||||
|
||||
# install ansible collections
|
||||
|
Loading…
Reference in New Issue
Block a user