[v24] Upgraded ansible-lint to v6.20.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
b060156c25
commit
ed6a36bc73
@ -30,4 +30,4 @@ steps:
|
|||||||
# tags
|
# tags
|
||||||
tags:
|
tags:
|
||||||
- 'latest'
|
- 'latest'
|
||||||
- 'v23'
|
- 'v24'
|
||||||
|
@ -3,7 +3,7 @@ FROM alpine:3.18
|
|||||||
|
|
||||||
# software versions
|
# software versions
|
||||||
ENV ANSIBLE_VERSION=2.13.11
|
ENV ANSIBLE_VERSION=2.13.11
|
||||||
ENV ANSIBLE_LINT_VERSION=6.19.0
|
ENV ANSIBLE_LINT_VERSION=6.20.0
|
||||||
ENV YAML_LINT_VERSION=1.32.0
|
ENV YAML_LINT_VERSION=1.32.0
|
||||||
|
|
||||||
# install software
|
# install software
|
||||||
|
@ -5,7 +5,7 @@ Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD p
|
|||||||
|
|
||||||
# Preinstalled software
|
# Preinstalled software
|
||||||
- ansible-core == 2.13.11
|
- ansible-core == 2.13.11
|
||||||
- ansible-lint == 6.19.0
|
- ansible-lint == 6.20.0
|
||||||
- yamllint == 1.32.0
|
- yamllint == 1.32.0
|
||||||
|
|
||||||
# Ansible collections
|
# Ansible collections
|
||||||
|
Loading…
Reference in New Issue
Block a user