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

This commit is contained in:
Simon Cornet 2023-10-02 09:44:29 +02:00
parent ec40793c45
commit 4a641c9e8a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:3.18
# software versions
ENV ANSIBLE_VERSION=2.13.11
ENV ANSIBLE_LINT_VERSION=6.20.1
ENV ANSIBLE_LINT_VERSION=6.20.2
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.20.1
- ansible-lint == 6.20.2
- yamllint == 1.32.0
# Ansible collections