Updated container to ansible-lint version 6.5.0 and yamllint version 1.27.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2022-08-22 11:25:28 +02:00
parent 59891d10e6
commit 8bce4ee2d8
3 changed files with 4 additions and 4 deletions

View File

@ -27,5 +27,5 @@ steps:
# tags
tags:
- 'v0.6'
- 'v0.7'
- 'latest'

View File

@ -4,8 +4,8 @@ FROM alpine:3.16
# software versions
ENV ANSIBLE_VERSION=2.12
ENV ANSIBLE_LINT_VERSION=6.2.2
ENV YAML_LINT_VERSION=1.26.3
ENV ANSIBLE_LINT_VERSION=6.5.0
ENV YAML_LINT_VERSION=1.27.1
# 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.12
- ansible-lint == 6.2.2
- ansible-lint == 6.5.0
- yamllint == 1.26.3
# Ansible collections