[v18] Upgraded ansible-lint to v6.15.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Cornet 2023-04-21 14:05:21 +02:00
parent 60798a6640
commit e2b8c3ac58
3 changed files with 3 additions and 3 deletions

View File

@ -30,4 +30,4 @@ steps:
# tags # tags
tags: tags:
- 'latest' - 'latest'
- 'v17' - 'v18'

View File

@ -4,7 +4,7 @@ FROM alpine:3.16
# software versions # software versions
ENV ANSIBLE_VERSION=2.12.10 ENV ANSIBLE_VERSION=2.12.10
ENV ANSIBLE_LINT_VERSION=6.14.5 ENV ANSIBLE_LINT_VERSION=6.15.0
ENV YAML_LINT_VERSION=1.29.0 ENV YAML_LINT_VERSION=1.29.0

View File

@ -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.12.10 - ansible-core == 2.12.10
- ansible-lint == 6.14.5 - ansible-lint == 6.15.0
- yamllint == 1.28.0 - yamllint == 1.28.0
# Ansible collections # Ansible collections