[AnsibleLint] Upgraded Ansible lint to version 6.14.2
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Simon Cornet 2023-03-22 15:54:33 +01:00
parent e10a90179b
commit 8ff8c4870a
3 changed files with 4 additions and 3 deletions

View File

@ -28,4 +28,5 @@ steps:
# tags
tags:
- 'development'
- 'latest'
- ''

View File

@ -4,7 +4,7 @@ FROM alpine:3.16
# software versions
ENV ANSIBLE_VERSION=2.12.10
ENV ANSIBLE_LINT_VERSION=6.14.1
ENV ANSIBLE_LINT_VERSION=6.14.2
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
- ansible-core == 2.12.10
- ansible-lint == 6.14.1
- ansible-lint == 6.14.2
- yamllint == 1.28.0
# Ansible collections