[YamlLint] Upgrade to version 1.28.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
4abdccd5e1
commit
3151eba3af
@ -5,7 +5,7 @@ FROM alpine:3.16
|
||||
# software versions
|
||||
ENV ANSIBLE_VERSION=2.12.9
|
||||
ENV ANSIBLE_LINT_VERSION=6.5.2
|
||||
ENV YAML_LINT_VERSION=1.27.1
|
||||
ENV YAML_LINT_VERSION=1.28.0
|
||||
|
||||
|
||||
# install software
|
||||
|
@ -4,9 +4,9 @@
|
||||
Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD pipelines.
|
||||
|
||||
# Preinstalled software
|
||||
- ansible-core == 2.12
|
||||
- ansible-lint == 6.5.0
|
||||
- yamllint == 1.26.3
|
||||
- ansible-core == 2.12.9
|
||||
- ansible-lint == 6.5.2
|
||||
- yamllint == 1.28.0
|
||||
|
||||
# Ansible collections
|
||||
- ansible.posix == latest
|
||||
|
Loading…
Reference in New Issue
Block a user