[v0.11] Upgraded ansible-lint to version 6.9.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Cornet 2022-12-05 06:21:11 +01:00
parent 6f31d8c9e2
commit e09bcea275
3 changed files with 3 additions and 3 deletions

View File

@ -28,5 +28,5 @@ steps:
# tags
tags:
- 'v0.10'
- 'v0.11'
- 'latest'

View File

@ -4,7 +4,7 @@ FROM alpine:3.16
# software versions
ENV ANSIBLE_VERSION=2.12.10
ENV ANSIBLE_LINT_VERSION=6.8.7
ENV ANSIBLE_LINT_VERSION=6.9.0
ENV YAML_LINT_VERSION=1.28.0

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.12.10
- ansible-lint == 6.8.7
- ansible-lint == 6.9.0
- yamllint == 1.28.0
# Ansible collections