[v23] Upgraded ansible-lint to v6.19.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-09-07 17:53:54 +02:00
parent aa67eba3c7
commit b060156c25
3 changed files with 3 additions and 3 deletions

View File

@ -30,4 +30,4 @@ steps:
# tags
tags:
- 'latest'
- 'v22'
- 'v23'

View File

@ -3,7 +3,7 @@ FROM alpine:3.18
# software versions
ENV ANSIBLE_VERSION=2.13.11
ENV ANSIBLE_LINT_VERSION=6.18.0
ENV ANSIBLE_LINT_VERSION=6.19.0
ENV YAML_LINT_VERSION=1.32.0
# install software

View File

@ -5,7 +5,7 @@ Small Alpine container useful for an Ansible linter pipeline. Useful for CI/CD p
# Preinstalled software
- ansible-core == 2.13.11
- ansible-lint == 6.18.0
- ansible-lint == 6.19.0
- yamllint == 1.32.0
# Ansible collections