[Ansible-Lint] Upgrade to version 6.12.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Cornet 2023-02-02 06:01:30 +01:00
parent 8cbe70b294
commit dd59668ab5
3 changed files with 4 additions and 4 deletions

View File

@ -28,5 +28,5 @@ steps:
# tags # tags
tags: tags:
- 'v0.13' - 'v15'
- 'latest' - 'latest'

View File

@ -4,8 +4,8 @@ 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.10.2 ENV ANSIBLE_LINT_VERSION=6.12.0
ENV YAML_LINT_VERSION=1.28.0 ENV YAML_LINT_VERSION=1.29.0
# install software # install software

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.10.2 - ansible-lint == 6.12.0
- yamllint == 1.28.0 - yamllint == 1.28.0
# Ansible collections # Ansible collections